Login Issues with JWT
-
I am using this plugin with a theme using Vue to make a single page app which is also a progressive web app.
I am using JWT for my login process and works like it should when the PWA plugin is disabled.
However, once I activate and login the returned data from an XHR request is missing key data of a logged in user. I check for a current user in my php functions and the current user id returned is 0. So, some part of my login process is not happening on the backend.
Do you have any suggestions of other things I should look into?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Login Issues with JWT’ is closed to new replies.