Skip to content

Commit 585e571

Browse files
committed
Document InteractiveLoginEvent
1 parent 0eb5f89 commit 585e571

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

security.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2654,6 +2654,12 @@ Authentication Events
26542654
Other Events
26552655
~~~~~~~~~~~~
26562656

2657+
:class:`Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent`
2658+
Dispatched after authentication was fully successful only when the authenticator
2659+
implements :class:`Symfony\\Component\\Security\\Http\\Authenticator\\InteractiveAuthenticatorInterface`,
2660+
which indicates login requires explicit user action (e.g. a login form).
2661+
Listeners to this event can modify the response sent back to the user.
2662+
26572663
:class:`Symfony\\Component\\Security\\Http\\Event\\LogoutEvent`
26582664
Dispatched just before a user logs out of your application. See
26592665
:ref:`security-logging-out`.

0 commit comments

Comments
 (0)