We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0718196 commit da51b78Copy full SHA for da51b78
security/custom_authenticator.rst
@@ -176,6 +176,13 @@ can define what happens in these cases:
176
above. Use :class:`Symfony\\Component\\Security\\Core\\Exception\\CustomUserMessageAuthenticationException`
177
if you want to set custom error messages.
178
179
+.. tip::
180
+
181
+ By default your custom authenticator will not dispatch
182
+ :class:`Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent`
183
+ if you need to dispatch this event your authenticator shoud implements
184
+ :class:`Symfony\\Component\\Security\\Http\\Authenticator\\InteractiveAuthenticatorInterface`
185
186
.. _security-passport:
187
188
Security Passports
0 commit comments