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
This is indeed not the way it should work and it is not the way it worked at the beginning of the project.
I'll try to fix it, in the meantime feel free to make a PR.
Here https://github.com/lexik/LexikJWTAuthenticationBundle/blob/master/Security/Http/Authentication/AuthenticationSuccessHandler.php#L52 is called
setResponse
method which internally callsSymfony\Component\HttpKernel\Event\GetResponseEvent::stopPropagation
then the event is dispatched and stopped on first listener it reaches.Is this expected beahavior?
The text was updated successfully, but these errors were encountered: