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 9c90a4eCopy full SHA for 9c90a4e
security.rst
@@ -2654,6 +2654,13 @@ Authentication Events
2654
Other Events
2655
~~~~~~~~~~~~
2656
2657
+:class:`Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent`
2658
+ Dispatched after authentication was fully successful and the authenticator
2659
+ implements :class:`Symfony\\Component\\Security\\Http\\Authenticator\\InteractiveAuthenticatorInterface`
2660
+ which indicates login requires explicit user action (e.g. a login form or
2661
+ HTTP basic authentication). Listeners to this event can modify the response
2662
+ sent back to the user.
2663
+
2664
:class:`Symfony\\Component\\Security\\Http\\Event\\LogoutEvent`
2665
Dispatched just before a user logs out of your application. See
2666
:ref:`security-logging-out`.
0 commit comments