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
The new Symfony 5.3 JWTAuthenticator::start method has the return type of JWTAuthenticationFailureResponse when the event and all other methods require Symfony Response object. This breaks if your event subscribers set custom responses.
The new Symfony 5.3
JWTAuthenticator::start
method has the return type ofJWTAuthenticationFailureResponse
when the event and all other methods require Symfony Response object. This breaks if your event subscribers set custom responses.LexikJWTAuthenticationBundle/Security/Authenticator/JWTAuthenticator.php
Line 75 in 06bd43f
The text was updated successfully, but these errors were encountered: