Skip to content

Commit

Permalink
Simplifying links to authentication in security.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed May 21, 2019
1 parent 3b19bd9 commit 65750c5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions symfony/security-bundle/3.3/config/packages/security.yaml
Expand Up @@ -10,12 +10,10 @@ security:
anonymous: true

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

# http_basic: true
# https://symfony.com/doc/current/security.html#a-configuring-how-your-users-will-authenticate

# form_login: true
# https://symfony.com/doc/current/security/form_login_setup.html
# https://symfony.com/doc/current/security/impersonating_user.html
# switch_user: true

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

0 comments on commit 65750c5

Please sign in to comment.