Releases: appleboy/gin-jwt
Releases · appleboy/gin-jwt
update go mod path to v2
v2.6.1 fix: update gofight to v2.0.0
some features and bug fixs
support parse string of token. (#197)
fix: Prevent panic when exp claim is empty or a string (#193)
Oadk/maxrefresh (#185)
fix: add go module support (#180)
custom cookie name (#175)
feat: parse jwt token in url path. (#173)
Check if token expired in MiddlewareFunc (#169)
nil check in refreshHandler + refreshHandler code refactoring (#165)
fix: IdentityHandler arg (#159)
refactor: add identity as key name. (#156)
v2.5.0: feat: Make gin-jwt return Authorization headers (#149)
fix /~https://github.com/appleboy/gin-jwt/issues/108