fix: add jwt_cache_max_lifetime as an in-database configuration option (#3102)

This commit is contained in:
Laurence Isla
2023-12-12 16:29:50 -05:00
committed by GitHub
parent e31363a325
commit 4fb521cac6
5 changed files with 6 additions and 2 deletions
+1
View File
@@ -60,6 +60,7 @@ dbSettingsNames =
,"jwt_role_claim_key"
,"jwt_secret"
,"jwt_secret_is_base64"
,"jwt_cache_max_lifetime"
,"openapi_mode"
,"openapi_security_active"
,"openapi_server_proxy_uri"