fix(auth): enforce Keycloak access token age

This commit is contained in:
2026-08-05 17:10:59 +08:00
parent 1432934f12
commit 29f691731c
4 changed files with 58 additions and 3 deletions
+1
View File
@@ -45,6 +45,7 @@ METADATA_DB_PASSWORD="password"
KEYCLOAK_PUBLIC_KEY="-----BEGIN PUBLIC KEY-----\n...\n-----END PUBLIC KEY-----"
KEYCLOAK_ALGORITHM=RS256
KEYCLOAK_AUDIENCE="account"
KEYCLOAK_ACCESS_TOKEN_MAX_AGE_SECONDS=900
# ============================================