Skip to content

Commit 54b2054

Browse files
committed
minor #7280 [Security][Guard] Added a picture for Guard Authenticator (a-ast)
This PR was submitted for the master branch but it was merged into the 2.8 branch instead (closes #7280). Discussion ---------- [Security][Guard] Added a picture for Guard Authenticator This illustration shows how GuardAuthenticationListener calls methods of Guard Authenticator. Commits ------- ed0e6da Added the picture that shows how GuardAuthenticationListener calls Authentication Guard methods.
2 parents fb417f5 + ed0e6da commit 54b2054

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
Loading

security/guard_authentication.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,11 @@ Each authenticator needs the following methods:
426426
after a successful authentication to create and return the token
427427
for the user, who was supplied as the first argument.
428428

429+
The picture below shows how Symfony calls Guard Authenticator methods:
430+
431+
.. image:: /_images/security/authentication-guard-methods.png
432+
:align: center
433+
429434
.. _guard-customize-error:
430435

431436
Customizing Error Messages

0 commit comments

Comments
 (0)