diff --git a/cookies.go b/cookies.go index 8c03c10..ce17dd2 100644 --- a/cookies.go +++ b/cookies.go @@ -126,7 +126,6 @@ func SetCookie(w http.ResponseWriter, email string, token string) error { Path: "/", MaxAge: 3600, HttpOnly: true, - Secure: true, SameSite: http.SameSiteLaxMode, }