We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8e05d0 commit 90c96a9Copy full SHA for 90c96a9
api/config/packages/lexik_jwt_authentication.yaml
@@ -8,7 +8,7 @@ lexik_jwt_authentication:
8
pass_phrase: '%env(JWT_PASSPHRASE)%'
9
10
# Tokens are valid for 30 minutes.
11
- token_ttl: 1800
+ token_ttl: 60
12
13
# Read the JWT token from a split cookie: The [api-domain]_jwt_hp and [api-domain]_jwt_s cookies are combined with a period (.)
14
# to form the full JWT token.
0 commit comments