Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e6f00de

Browse files
committed
Minor tweak
1 parent 717c135 commit e6f00de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/security/authentication.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,8 @@ Authentication Success and Failure Events
291291

292292
When a provider authenticates the user, a ``security.authentication.success``
293293
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.
295296
See ``security.interactive_login`` below if you need to do something when a user *actually* logs in.
296297

297298
When a provider attempts authentication but fails (i.e. throws an ``AuthenticationException``),

0 commit comments

Comments
 (0)