Advertisement
Guest User

Untitled

a guest
Jan 2nd, 2023
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.37 KB | None | 0 0
  1. login:
  2.             lazy: true
  3.             login_throttling:
  4.                 max_attempts: 3
  5.             pattern: ^/api/login
  6.             custom_authenticator: App\Security\CustomAuthenticator
  7.             provider: app_user_provider
  8.             json_login:
  9.                 username_path: email
  10.                 password_path: password
  11.                 check_path: api_login
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement