File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -2654,6 +2654,13 @@ Authentication Events
2654
2654
Other Events
2655
2655
~~~~~~~~~~~~
2656
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
+
2657
2664
:class: `Symfony\\ Component\\ Security\\ Http\\ Event\\ LogoutEvent `
2658
2665
Dispatched just before a user logs out of your application. See
2659
2666
:ref: `security-logging-out `.
You can’t perform that action at this time.
0 commit comments