We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84ad2ff commit 1e0dcafCopy full SHA for 1e0dcaf
manager/config/constants.go
@@ -50,10 +50,10 @@ const (
50
DefaultJWTRealm = "Dragonfly"
51
52
// DefaultJWTTimeout is default of timeout in jwt.
53
- DefaultJWTTimeout = 2 * 24 * time.Hour
+ DefaultJWTTimeout = 14 * 24 * time.Hour
54
55
// DefaultJWTMaxRefresh is default of max refresh in jwt.
56
- DefaultJWTMaxRefresh = 2 * 24 * time.Hour
+ DefaultJWTMaxRefresh = 7 * 24 * time.Hour
57
)
58
59
const (
0 commit comments