fix: remove Secure property

This commit is contained in:
Derrick Hammer 2024-03-18 16:40:29 -04:00
parent 649e0e0011
commit 9e5d996f20
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 0 additions and 1 deletions

View File

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