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'm in the process of upgrading to symfony 5.3 and therefore no longer use the guard component.
I have a problem that I can't solve, which is the case of multiple JWT authenticators.
This is what I had in my configuration:
Hi,
I'm in the process of upgrading to symfony 5.3 and therefore no longer use the guard component.
I have a problem that I can't solve, which is the case of multiple JWT authenticators.
This is what I had in my configuration:
Here the two authenticators are services that inherit from the "lexik_jwt_authentication.jwt_token_authenticator" service.
If I follow the documentation (https://github.com/lexik/LexikJWTAuthenticationBundle/blob/2.x/Resources/doc/6-extending-jwt-authenticator.rst), it seems that it is no longer possible to specify several authenticators.
Is there any other way around this?
Thank you in advance for your answers.
The text was updated successfully, but these errors were encountered: