Skip to content

Commit 6b9d889

Browse files
committed
Merge branch '6.3' into 6.4
* 6.3: Document InteractiveLoginEvent
2 parents e3fe30d + 059a051 commit 6b9d889

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
@@ -2825,6 +2825,12 @@ Authentication Events
28252825
Other Events
28262826
~~~~~~~~~~~~
28272827

2828+
:class:`Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent`
2829+
Dispatched after authentication was fully successful only when the authenticator
2830+
implements :class:`Symfony\\Component\\Security\\Http\\Authenticator\\InteractiveAuthenticatorInterface`,
2831+
which indicates login requires explicit user action (e.g. a login form).
2832+
Listeners to this event can modify the response sent back to the user.
2833+
28282834
:class:`Symfony\\Component\\Security\\Http\\Event\\LogoutEvent`
28292835
Dispatched just before a user logs out of your application. See
28302836
:ref:`security-logging-out`.

0 commit comments

Comments
 (0)