Skip to content

Commit 9c90a4e

Browse files
committed
Document InteractiveLoginEvent
1 parent 0eb5f89 commit 9c90a4e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

security.rst

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

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

0 commit comments

Comments
 (0)