You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on a WordPress authentication bundle, the bundle use WordPress's cookie to check login state, thus I have enabled stateless authentication because no cookie should be created by Symfony (they are created by WordPress instead).
$token
isnull
when stateless is true becauseContextListener
will not be added to listeners.Is this a desirable behavior?
The text was updated successfully, but these errors were encountered: