Releases: appleboy/gin-jwt
Releases · appleboy/gin-jwt
v2.10.0
Changelog
Features
Enhancements
- 5392099: chore: update dependencies to latest versions (@appleboy)
- 76f00ea: chore: update dependencies to latest versions (#333) (@iTanken)
- 246b77a: chore: refine
.goreleaser.yaml
and changelog setup (@appleboy) - efe5553: chore: remove typo server.go (#334) (@jp-santosq)
- 694fee1: chore: upgrade Go and dependencies to latest versions (@appleboy)
- 6e78f18: chore: bump Go version to 1.21.0 (@appleboy)
Refactor
- d36b890: refactor: Provided an Option to Set Cookie using *GinJWTMiddleware (#335) (@maniSHarma7575)
Build process updates
- 4da94ba: ci: update GitHub Actions and Improve CI Robustness (@appleboy)
- a4e49c3: ci: enhance testing matrix and tolerance limits (@appleboy)
- 466d7e9: ci: refine Go workflows and update actions versions (@appleboy)
- a7ade22: ci: refactor GitHub Actions workflows (@appleboy)
- 4339e81: ci: update Go linting action to v6 in CI workflow (@appleboy)
- 30cc93a: ci: refactor Go workflow for improved cross-platform support (@appleboy)
- 2b1dbef: ci: update workflow to support Go 1.23 (@appleboy)
- 2818e89: ci: upgrade GoReleaser action to version 6 (@appleboy)
Documentation updates
- b00ab28: docs(example): update code format (#322) (@AdwindOne)
v2.9.2
Changelog
Enhancements
- 5af9d6f chore: update Go version and dependencies in workflow
- 96e25da chore: update cron schedule and action versions
- f1ee405 chore: update dependencies and improve test coverage
- abcf7b4 chore: update dependencies to latest versions
- ff387a4 chore: update dependencies to latest versions
Others
v2.9.1
v2.8.0: chore(lint): disable staticcheck
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
v2.7.0: chore: upgrade go module
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
v2.6.4
v2.6.3
fix gofight version
v2.6.2 fix: update gofight to v2.1.1
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)