Skip to content

Commit 65750c5

Browse files
committed
Simplifying links to authentication in security.yaml
1 parent 3b19bd9 commit 65750c5

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

symfony/security-bundle/3.3/config/packages/security.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@ security:
1010
anonymous: true
1111

1212
# activate different ways to authenticate
13+
# https://symfony.com/doc/current/security.html#firewalls-authentication
1314

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
15+
# https://symfony.com/doc/current/security/impersonating_user.html
16+
# switch_user: true
1917

2018
# Easy way to control access for large sections of your site
2119
# Note: Only the *first* access control that matches will be used

0 commit comments

Comments
 (0)