Simplifying links to authentication in security.yaml

This commit is contained in:
Ryan Weaver
2019-05-21 09:10:30 -04:00
parent 3b19bd9488
commit 65750c55ce
@@ -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