fix: remove Secure property
This commit is contained in:
parent
fd53b98633
commit
044604d863
|
@ -137,7 +137,6 @@ func ClearAuthCookie(jc jape.Context, apiName string) {
|
|||
Name: routeableApi.AuthTokenName(),
|
||||
Value: "",
|
||||
Expires: time.Now().Add(-1 * time.Hour),
|
||||
Secure: true,
|
||||
HttpOnly: true,
|
||||
Path: "/",
|
||||
Domain: routeableApi.Domain(),
|
||||
|
|
Loading…
Reference in New Issue