domain-watchdog/config/packages/lexik_jwt_authentication.yaml

11 lines
345 B
YAML
Raw Normal View History

2024-07-18 03:01:41 +02:00
lexik_jwt_authentication:
secret_key: '%env(resolve:JWT_SECRET_KEY)%'
public_key: '%env(resolve:JWT_PUBLIC_KEY)%'
pass_phrase: '%env(JWT_PASSPHRASE)%'
2024-07-18 11:45:46 +02:00
token_ttl: 3600 # in seconds, default is 3600
2024-07-18 03:01:41 +02:00
api_platform:
check_path: /api/login
username_path: email
password_path: security.credentials.password