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.
2 parents e3fe30d + 059a051 commit 6b9d889Copy full SHA for 6b9d889
security.rst
@@ -2825,6 +2825,12 @@ Authentication Events
2825
Other Events
2826
~~~~~~~~~~~~
2827
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
+
2834
:class:`Symfony\\Component\\Security\\Http\\Event\\LogoutEvent`
2835
Dispatched just before a user logs out of your application. See
2836
:ref:`security-logging-out`.
0 commit comments