parent
044604d863
commit
649e0e0011
|
@ -137,6 +137,7 @@ 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