Compare commits

...

2 Commits

Author SHA1 Message Date
Hayden Hargreaves
3ad2c93448 Merge branch 'dev' of gitea:azpect/Potion into dev 2026-03-12 19:37:28 -07:00
Hayden Hargreaves
efeaccc6e3 fix: trying this on prod 2026-03-12 19:37:15 -07:00

View File

@ -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", // or your backend domain / parent "gophernest.net",
true, // secure true,
httpOnly, httpOnly,
) )
case "dev": case "dev":