How can I log out active session of banned user with Symfony?
This is not working
security:
always_authenticate_before_granting: true
this is error
The security option "always_authenticate_before_granting" cannot be used when "enable_authenticator_manager" is set to true. If you rely on this behavior, set it to false
2
Answers
Try below code :
It should be:
Nilesh’s answer is right but there is a typo.