diff --git a/security/guard_authentication.rst b/security/guard_authentication.rst index 6ecc9b3aa56..25b81f4c5c3 100644 --- a/security/guard_authentication.rst +++ b/security/guard_authentication.rst @@ -502,8 +502,10 @@ Frequently Asked Questions logout: ~ guard: + entry_point: app.form_login_authenticator authenticators: - app.token_authenticator + - app.form_login_authenticator # if you want, disable storing the user in the session # stateless: true @@ -529,8 +531,9 @@ Frequently Asked Questions > - + app.token_authenticator + app.form_login_authenticator @@ -551,8 +554,10 @@ Frequently Asked Questions 'anonymous' => true, 'logout' => true, 'guard' => array( + 'entry_point' => 'app.form_login_authenticator', 'authenticators' => array( - 'app.token_authenticator' + 'app.token_authenticator', + 'app.form_login_authenticator', ), ), // ... pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy