Compare commits
No commits in common. "acb1ed1fd3493905d93e201faa435c48dd693265" and "f798ddb74c7ea75ce9cbf03966a2635e4148a8d6" have entirely different histories.
acb1ed1fd3
...
f798ddb74c
@ -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