setup login form
This commit is contained in:
parent
db6ca30c7c
commit
75eaa5a82a
4 changed files with 191 additions and 0 deletions
|
@ -18,6 +18,13 @@ security:
|
|||
anonymous: true
|
||||
lazy: true
|
||||
provider: app_user_provider
|
||||
guard:
|
||||
authenticators:
|
||||
- App\Security\AppAuthenticator
|
||||
logout:
|
||||
path: app_logout
|
||||
# where to redirect after logout
|
||||
# target: app_any_route
|
||||
|
||||
# activate different ways to authenticate
|
||||
# https://symfony.com/doc/current/security.html#firewalls-authentication
|
||||
|
|
Reference in a new issue