All Questions
Tagged with symfony7 lexikjwtauthbundle
2 questions
-1
votes
1
answer
39
views
API run well for generating JWT Token into \auth URL BUT always returns ERROR : 401 Invalid credentials
Try to create API project with latest stack SF7, APIPlatform 4 and JWT.
API run well for generating JWT Token into \auth URL
BUT always return me ERROR : 401 Invalid credentials
lot of trying solution ...
0
votes
0
answers
27
views
Avoid jwt auth on some routes with PUBLIC_ACCESS
I'm using symfony 7.1; Installed lexikjwttoken;
I want to allow some routes to be called without an authentification;
Here my security.yml :
security:
password_hashers:
Symfony\Component\...