Add json token login
This commit is contained in:
@@ -20,7 +20,9 @@ security:
|
||||
lazy: true
|
||||
provider: app_user_provider
|
||||
switch_user: { role: ROLE_ADMIN, parameter: _want_to_be_this_user }
|
||||
custom_authenticator: App\Security\FormAuthenticator
|
||||
custom_authenticator:
|
||||
- App\Security\FormAuthenticator
|
||||
- App\Security\JsonAesAuthenticator
|
||||
user_checker: App\Security\UserChecker
|
||||
login_throttling:
|
||||
max_attempts: 3
|
||||
|
||||
Reference in New Issue
Block a user