fix: remove Secure property

This commit is contained in:
Derrick Hammer 2024-03-18 16:31:42 -04:00
parent fd53b98633
commit 044604d863
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 0 additions and 1 deletions

View File

@ -137,7 +137,6 @@ func ClearAuthCookie(jc jape.Context, apiName string) {
Name: routeableApi.AuthTokenName(), Name: routeableApi.AuthTokenName(),
Value: "", Value: "",
Expires: time.Now().Add(-1 * time.Hour), Expires: time.Now().Add(-1 * time.Hour),
Secure: true,
HttpOnly: true, HttpOnly: true,
Path: "/", Path: "/",
Domain: routeableApi.Domain(), Domain: routeableApi.Domain(),