We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b86e6a commit fdbd492Copy full SHA for fdbd492
1 file changed
app/controlplane/internal/service/auth.go
@@ -56,9 +56,9 @@ const (
56
// default
57
shortLivedDuration = 10 * time.Second
58
// opt-in
59
- longLivedDuration = 24 * time.Hour
+ longLivedDuration = 7 * 24 * time.Hour
60
// dev only
61
- devUserDuration = 30 * longLivedDuration
+ devUserDuration = 30 * 24 * time.Hour
62
)
63
64
type oauthResp struct {
0 commit comments