Conflict with JWT and Cookies
-
Hey,
I am having problems using JWT Auth with my app as it needs cookies (for PHP sessions, cart management).
Wordpress is setting the ‘wordpress_logged_in’ cookie when I authenticate with JWT auth and this is conflicting with the token. e.g. If i ask WordPress which user is logged in it will return false. If i remove the cookie manually from my browser then it will return the logged in user through JWT.
Whats the best way to prevent this cookie from being set when using JWT auth to login?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Conflict with JWT and Cookies’ is closed to new replies.