You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/security/authentication.rst
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -291,7 +291,8 @@ Authentication Success and Failure Events
291
291
292
292
When a provider authenticates the user, a ``security.authentication.success``
293
293
event is dispatched. But beware - this event may fire, for example, on *every*
294
-
request if you have session-based authentication, if ``always_authenticate_before_granting`` is enabled or if token is not authenticated before AccessListener is invoked.
294
+
request if you have session-based authentication, if ``always_authenticate_before_granting``
295
+
is enabled or if token is not authenticated before AccessListener is invoked.
295
296
See ``security.interactive_login`` below if you need to do something when a user *actually* logs in.
296
297
297
298
When a provider attempts authentication but fails (i.e. throws an ``AuthenticationException``),
0 commit comments