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

This commit is contained in:
Laurence Isla
2023-12-12 18:46:40 -05:00
parent 4e03ee252b
commit c3f7440e33
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"