|
@@ -36,14 +36,14 @@ security:
|
|
|
path: app_logout
|
|
|
target: app_login
|
|
|
custom_authenticator: App\Security\LoginFormAuthenticator
|
|
|
+ #lazy: true
|
|
|
+ #provider: users_in_memory
|
|
|
|
|
|
# activate different ways to authenticate
|
|
|
+ # https://symfony.com/doc/current/security.html#the-firewall
|
|
|
|
|
|
- # 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
|