We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi,
I have some questions..
// set cookie if mw.SendCookie { maxage := int(expire.Unix() - time.Now().Unix()) c.SetCookie( "JWTToken", tokenString, maxage, "/", mw.CookieDomain, mw.SecureCookie, mw.CookieHTTPOnly, ) }
TokenLookup: "header: Authorization, query: token, cookie: jwt",
The text was updated successfully, but these errors were encountered:
I will take it.
Sorry, something went wrong.
Already add CookieName in jwt package.
CookieName
@newly12
gin-jwt/auth_jwt.go
Lines 126 to 127 in 7e28a7a
@appleboy thanks for the prompt action
appleboy
Successfully merging a pull request may close this issue.
hi,
I have some questions..
The text was updated successfully, but these errors were encountered: