Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- login:
- lazy: true
- login_throttling:
- max_attempts: 3
- pattern: ^/api/login
- custom_authenticator: App\Security\CustomAuthenticator
- provider: app_user_provider
- json_login:
- username_path: email
- password_path: password
- check_path: api_login
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement