Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdc91bfd

Browse files
committed
#21571 updated "Authentication Success and Failure Events" section
1 parent953a668 commitdc91bfd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎components/security/authentication.rst‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -289,9 +289,9 @@ Authentication Success and Failure Events
289289
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
290290

291291
When a provider authenticates the user, a ``security.authentication.success``
292-
event is dispatched. But beware - this eventwill fire, for example, on *every*
293-
request if you have session-based authentication. See ``security.interactive_login``
294-
below if you need to do something when a user *actually* logs in.
292+
event is dispatched. But beware - this eventmay fire, for example, on *every*
293+
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+
See ``security.interactive_login``below if you need to do something when a user *actually* logs in.
295295

296296
When a provider attempts authentication but fails (i.e. throws an ``AuthenticationException``),
297297
a ``security.authentication.failure`` event is dispatched. You could listen on

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp