Releases: hertz-contrib/jwt
Releases · hertz-contrib/jwt
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