Using this Plugin Along side a PWA Plugin
-
I have everything working like I would like and am now trying to activate a PWA plugin. The login process works and returns a good user with tokens and is saved, then its used to fetch data from unprotected pages. In these pages I look for a logged in user and verify they have access to extra information and append it when appropriate. All of this works like it should when the PWA is deactivated.
However, when the PWA plugin is active and I check for a valid user I get a current user id of 0 and is the source of my confusion in previous posts. I understand that as your plugin works as advertised, but there is a conflict and I am trying to sort this out the best I can. Do you have any suggestions as to what I may look for within the backend to see why I am not seeing a logged in user?
- The topic ‘Using this Plugin Along side a PWA Plugin’ is closed to new replies.