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 86eb7c1 + 7ed44ca commit 059a051Copy full SHA for 059a051
security.rst
@@ -2763,6 +2763,12 @@ Authentication Events
2763
Other Events
2764
~~~~~~~~~~~~
2765
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
+
2772
:class:`Symfony\\Component\\Security\\Http\\Event\\LogoutEvent`
2773
Dispatched just before a user logs out of your application. See
2774
:ref:`security-logging-out`.
0 commit comments