Skip to content

Commit 7ed44ca

Browse files
committed
feature #19029 [Security] Document InteractiveLoginEvent (alamirault)
This PR was merged into the 5.4 branch. Discussion ---------- [Security] Document `InteractiveLoginEvent` `InteractiveLoginEvent` was not documented Found it while reviewing #17595 Commits ------- 585e571 Document InteractiveLoginEvent
2 parents 0eb5f89 + 585e571 commit 7ed44ca

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)