From 65750c55ce8977db20d9d7f21a95c612756ee82f Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Tue, 21 May 2019 09:10:30 -0400 Subject: [PATCH] Simplifying links to authentication in security.yaml --- symfony/security-bundle/3.3/config/packages/security.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/symfony/security-bundle/3.3/config/packages/security.yaml b/symfony/security-bundle/3.3/config/packages/security.yaml index fb4c593e..4c496fb2 100644 --- a/symfony/security-bundle/3.3/config/packages/security.yaml +++ b/symfony/security-bundle/3.3/config/packages/security.yaml @@ -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