Symfony 6.4 JWT authentication not working lexik_jwt_authentication.jwt_manager #1190
Replies: 1 comment
-
As the error said, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Situation: recently upgraded project from symfony 5.4 to 6.4 and getting error:
Authenticator "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager" must implement "Symfony\Component\Security\Http\Authenticator\AuthenticatorInterface". (500 Internal Server Error)
security.yaml
Version: 2.20.3
How do i configure symfony 6.4 project to use lexik authenticator?
Beta Was this translation helpful? Give feedback.
All reactions