diff --git a/backend/internal/api/webui.go b/backend/internal/api/webui.go index a883d4c..f0862d2 100644 --- a/backend/internal/api/webui.go +++ b/backend/internal/api/webui.go @@ -106,7 +106,7 @@ func (ui *WebUI) HandlePostLogin(w http.ResponseWriter, r *http.Request) { Value: sess.SessionID, Path: "/", HttpOnly: true, - Secure: true, + Secure: false, SameSite: http.SameSiteLaxMode, Expires: sess.ExpiresAt, })