All Questions
Tagged with symfony7 authentication
2 questions
-1
votes
0
answers
19
views
Authenticator does not support the request and infinite loop for admin login url [duplicate]
Running Symfony Version
php bin/console symfony --version
Symfony 7.1.8 (env: dev, debug: true)
First let me say i know this issue has already been asked, but for older Symfony version ; and the ...
1
vote
0
answers
34
views
Symfony access_token.token_handler triggers before access_control. What is the best way to skip it for public routes?
I use token_handler to validate token. But I don't need it for PUBLIC_ACCESS routes. The thing is it triggers before access_control.
Can I check somehow for a PUBLIC_ACCESS first? Or is there a better ...