I have a little non-standard WP dev environment, I use one WP core for all my projects and switch each project in core’s wp-config.php just changing the $project
variable (e.g. proj1, proj2, example…). Projects and core are separated and each project has its own DB, wp-content folder, wp-config-dev.php (DB credentials and table prefix), and wp-config.php (usual wp-config that I deploy on the server).
I have two wordpress website
Ex:abc.com and xyz.abc.com (both are in wordpress).
I’m about to start working on a prototype for a client – and one of the required features is integration with an in-house user authentication / registration system.
We’re using JWT (JSON Web Token) for authenticating our WordPress application with an external service. The current flow we’re thinking of is like this: