Merge pull request #2591 from chancez/patch-1
Add expiry.refreshToken settings to config.yaml.dist
This commit is contained in:
commit
d564cc7200
1 changed files with 5 additions and 0 deletions
|
@ -85,6 +85,11 @@ web:
|
|||
# deviceRequests: "5m"
|
||||
# signingKeys: "6h"
|
||||
# idTokens: "24h"
|
||||
# refreshTokens:
|
||||
# disableRotation: false
|
||||
# reuseInterval: "3s"
|
||||
# validIfNotUsedFor: "2160h" # 90 days
|
||||
# absoluteLifetime: "3960h" # 165 days
|
||||
|
||||
# OAuth2 configuration
|
||||
# oauth2:
|
||||
|
|
Reference in a new issue