Skip to content

Commit 059a051

Browse files
committed
Merge branch '5.4' into 6.3
* 5.4: Document InteractiveLoginEvent
2 parents 86eb7c1 + 7ed44ca commit 059a051

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
@@ -2763,6 +2763,12 @@ Authentication Events
27632763
Other Events
27642764
~~~~~~~~~~~~
27652765

2766+
:class:`Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent`
2767+
Dispatched after authentication was fully successful only when the authenticator
2768+
implements :class:`Symfony\\Component\\Security\\Http\\Authenticator\\InteractiveAuthenticatorInterface`,
2769+
which indicates login requires explicit user action (e.g. a login form).
2770+
Listeners to this event can modify the response sent back to the user.
2771+
27662772
:class:`Symfony\\Component\\Security\\Http\\Event\\LogoutEvent`
27672773
Dispatched just before a user logs out of your application. See
27682774
:ref:`security-logging-out`.

0 commit comments

Comments
 (0)