Skip to content

Commit da51b78

Browse files
Florian-BFlorian Bogey
authored andcommitted
Add InteractiveAuthenticatorInterface reference
1 parent 0718196 commit da51b78

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

security/custom_authenticator.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,13 @@ can define what happens in these cases:
176176
above. Use :class:`Symfony\\Component\\Security\\Core\\Exception\\CustomUserMessageAuthenticationException`
177177
if you want to set custom error messages.
178178

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+
179186
.. _security-passport:
180187

181188
Security Passports

0 commit comments

Comments
 (0)