Compare commits
No commits in common. "3ad2c93448bf63667f1a124f806894452473edf9" and "d1ecd8f5a3a606c9bfe8603881e2dee041d4571c" have entirely different histories.
3ad2c93448
...
d1ecd8f5a3
@ -43,8 +43,8 @@ func (s *Server) SetCookie(ctx *gin.Context, name, value string, duration time.D
|
|||||||
value,
|
value,
|
||||||
maxAge,
|
maxAge,
|
||||||
path,
|
path,
|
||||||
"gophernest.net",
|
".gophernest.net", // or your backend domain / parent
|
||||||
true,
|
true, // secure
|
||||||
httpOnly,
|
httpOnly,
|
||||||
)
|
)
|
||||||
case "dev":
|
case "dev":
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user