Automatically logging into WordPress when logged into external app
-
I am building an app that will use WordPress to manage subscriptions and users, blogs and other stuff, but I want to build another external application that can use the API to pull user data to build out a custom dashboard.
I don’t want to build a plugin because id rather keep it separate in case in the future I decide to use something else.
My question is I have JWT setup to pull the necessary data from WordPress and can authenticate using a API request, but I want a persistent login across the two apps.
For instance, if I login to my custom app, then go to manage my account at the wordpress site, it automatically logs me in and vice verser.
How can I achieve this?
- You must be logged in to reply to this topic.