We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b19bd9 + 65750c5 commit 0068df7Copy full SHA for 0068df7
symfony/security-bundle/3.3/config/packages/security.yaml
@@ -10,12 +10,10 @@ security:
10
anonymous: true
11
12
# activate different ways to authenticate
13
+ # https://symfony.com/doc/current/security.html#firewalls-authentication
14
- # http_basic: true
15
- # https://symfony.com/doc/current/security.html#a-configuring-how-your-users-will-authenticate
16
-
17
- # form_login: true
18
- # https://symfony.com/doc/current/security/form_login_setup.html
+ # https://symfony.com/doc/current/security/impersonating_user.html
+ # switch_user: true
19
20
# Easy way to control access for large sections of your site
21
# Note: Only the *first* access control that matches will be used
0 commit comments