Trying to fix cookies. #94

Merged
azpect merged 3 commits from dev into master 2026-03-12 19:39:03 -07:00

View File

@ -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":