fix: send cookie after authentication

This commit is contained in:
Maël Gangloff
2024-08-05 19:03:47 +02:00
parent 3341ba00c7
commit 4e6649fc68
3 changed files with 19 additions and 15 deletions

View File

@@ -2,7 +2,7 @@ lexik_jwt_authentication:
secret_key: '%env(resolve:JWT_SECRET_KEY)%'
public_key: '%env(resolve:JWT_PUBLIC_KEY)%'
pass_phrase: '%env(JWT_PASSPHRASE)%'
token_ttl: 3600 # in seconds, default is 3600
token_ttl: 7200 # in seconds, default is 3600
token_extractors:
authorization_header:
enabled: true