Replies: 1 comment 5 replies
-
You can try user checker https://symfony.com/doc/current/security/user_checkers.html |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys, I have an onAuthenticationSuccessResponse event where I check my user's status. I know token has already been created but I return a 403 response if user isn't verified, and it doesn't return my token then. Would like to know if it's fine do it this way
Beta Was this translation helpful? Give feedback.
All reactions