Trying to fix cookies. #94
@ -43,8 +43,8 @@ func (s *Server) SetCookie(ctx *gin.Context, name, value string, duration time.D
|
||||
value,
|
||||
maxAge,
|
||||
path,
|
||||
".gophernest.net", // or your backend domain / parent
|
||||
true, // secure
|
||||
"gophernest.net",
|
||||
true,
|
||||
httpOnly,
|
||||
)
|
||||
case "dev":
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user