added authenticator
This commit is contained in:
@@ -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 New Issue
Block a user