Releases: hertz-contrib/jwt
Releases · hertz-contrib/jwt
v1.0.4
What's Changed
- optimize: update deprecated func by @justlorain in #23
- chore: upgrade crypto version prevent auth bypass by @justlorain in #24
Full Changelog: v1.0.3...v1.0.4
v1.0.3
What's Changed
- feat: allow set token timeout dynamically by @justlorain in #21
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- feat: add ParseOptions field for HertzJWTMiddleware by @justlorain in #13
- feat: support parse token from post form by @justlorain in #15
Full Changelog: v1.0.1...v1.0.2
Thanks a lot to those community contributors who submit some pull requests for this version:
@karl0409 @justlorain
v1.0.1
Optimize
[#9] optimize: enrich jwt example
[#7] optimize: using the SetCookie method of Hertz
Fix
[#6] Fix set cookie
Docs
[#2] add readme
Thanks a lot to those community contributors who submit some pull requests for this version:
@bodhisatan @BaiZe1998
first release
Merge pull request #1 from bodhisatan/main feat: add jwt middleware for hertz