Replies: 1 comment 3 replies
-
Hello, would your honeypot work with other authenticators? If yes you should probably implement it as a firewall listener. Else you can create your own by extending the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I have the current situation which is bugging my head.
I would like to create a Honeypot on my login page. Therefore the honeypot check should be done before the credentials are checked. But the FormLoginAuthenticator class should also be used since i don´t want that code to be duplicated.
But is isn´t allowed to extend the FormLoginAuthenticator because that class is final. Also, i can not use Checkers since that is used after FormLoginAuthenticator if i am correct.
Is there any way i can create a custom HoneypotAuthenticator which is still using FormLoginAuthenticator after HonepotAuthenticator success?
I am using Symfony 6.4
Regards,
Beta Was this translation helpful? Give feedback.
All reactions