All Questions
1 question
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 ...