You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.
func (mw *GfJWTMiddleware) LogoutHandler(ctx context.Context) {
r := g.RequestFromCtx(ctx)
}
当只有 cookie 存在token 时 此处先把cookie 给清了 导致 一直401 实际token 还有效 并没有退出登陆
The text was updated successfully, but these errors were encountered: