We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eb5f89 commit 585e571Copy full SHA for 585e571
security.rst
@@ -2654,6 +2654,12 @@ Authentication Events
2654
Other Events
2655
~~~~~~~~~~~~
2656
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
+
2663
:class:`Symfony\\Component\\Security\\Http\\Event\\LogoutEvent`
2664
Dispatched just before a user logs out of your application. See
2665
:ref:`security-logging-out`.
0 commit comments