Skip to content

Commit 90c96a9

Browse files
committed
DON'T MERGE: reduce ttl to simplify testing
1 parent f8e05d0 commit 90c96a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/config/packages/lexik_jwt_authentication.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ lexik_jwt_authentication:
88
pass_phrase: '%env(JWT_PASSPHRASE)%'
99

1010
# Tokens are valid for 30 minutes.
11-
token_ttl: 1800
11+
token_ttl: 60
1212

1313
# Read the JWT token from a split cookie: The [api-domain]_jwt_hp and [api-domain]_jwt_s cookies are combined with a period (.)
1414
# to form the full JWT token.

0 commit comments

Comments
 (0)