Skip to content

Commit

Permalink
chore: increase cookie age to 8 hours (#1330)
Browse files Browse the repository at this point in the history
Signed-off-by: Vigith Maurice <vigith@gmail.com>
  • Loading branch information
vigith committed Nov 2, 2023
1 parent f4211fb commit d7902a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/common/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ const (
StateCookieName = "numaflow-oauthstate"
StateCookieMaxAge = 60 * 5
UserIdentityCookieName = "numaflow.token"
UserIdentityCookieMaxAge = 60 * 60
UserIdentityCookieMaxAge = 60 * 60 * 8 // 8 hours
)

0 comments on commit d7902a9

Please sign in to comment.