Skip to content

Releases: appleboy/gin-jwt

v2.9.2

03 Feb 03:11
abcf7b4
Compare
Choose a tag to compare

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

  • 234913a ci: improve API usage and test reliability in workflows
  • 9153049 ci: update GitHub Actions to setup-go@v5

v2.9.1

11 Dec 03:45
Compare
Choose a tag to compare

Changelog

Features

  • 22d2e61 feat(CodeQL): Discover vulnerabilities across a codebase with CodeQL
  • 7733244 feat(jwt): adds ParseOption to Parse method of jwt (#303)
  • 687525f feat: simplified code (#290)
  • 119241c Add an option to parse token from POST form data. (#293)

Bug fixes

  • 8a50949 fix(timezone): remove stray UTC() call (#309)
  • b3c8050 bug: fix the false alarm of verification with jwt.WithJSONNumber (#305)

v2.8.0: chore(lint): disable staticcheck

24 Dec 03:25
Compare
Choose a tag to compare

v2.7.0: chore: upgrade go module

14 Oct 15:23
Compare
Choose a tag to compare

v2.6.4

04 Aug 09:01
Compare
Choose a tag to compare
chore: support CookieSameSite

v2.6.3

07 Jan 16:39
Compare
Choose a tag to compare
chore: update example

fix gofight version

07 Jun 17:50
Compare
Choose a tag to compare
v2.6.2

fix: update gofight to v2.1.1

update go mod path to v2

07 Jun 17:39
Compare
Choose a tag to compare
v2.6.1

fix: update gofight to v2.0.0

some features and bug fixs

09 Apr 07:23
633d983
Compare
Choose a tag to compare

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)

23 Sep 07:57
18c7770
Compare
Choose a tag to compare
fix https://github.com/appleboy/gin-jwt/issues/108