diff --git a/auth.go b/auth.go index ddd0f4d..03345c3 100644 --- a/auth.go +++ b/auth.go @@ -82,7 +82,7 @@ func completeAuth(w http.ResponseWriter, username string, email string, firstnam Expires: time.Now().Add(30 * 24 * time.Hour), HttpOnly: true, SameSite: http.SameSiteStrictMode, - //Secure: true, + Secure: true, }) return