Skip to content

Releases: appleboy/gin-jwt

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

move the check for Authenticator to login handler.

04 Apr 07:30
Compare
Choose a tag to compare

6f16f24 refactor: check gofmt error. (#68)
f7347d7 fix: move the check for Authenticator to login handler. (#69)

Add TimeFunc provides the current time.

31 Mar 08:21
Compare
Choose a tag to compare

54836d3 Support Embedmd check (#61)
cdf2348 feat: add fmt check command. (#66)
00b96ae feat: add TimeFunc provides the current time. (#67)
b5e1a03 support IdentityHandler. (#62)

v2.2.0: feat: Support change default head name (#60)

22 Mar 06:27
Compare
Choose a tag to compare

974e047 feat: Support change default head name (#60)

v2.1.2

25 Jan 02:01
Compare
Choose a tag to compare

Bo-Yi Wu (1):
25c1ff7 refactor: [cache skip] update import path (#49)

Pius Nyakoojo (1):
b79b2fe Fixed typo in README.md (#46)

Release v2.1.1

10 Sep 08:37
Compare
Choose a tag to compare
  • 8841014 Add get from header function.
  • 557d3b3 Get token from query String.
  • c313282 Get token from cookie String.

Release 2.1.0

09 Jul 07:30
Compare
Choose a tag to compare

1fd2001 errors should always be lower case
0683eec replace log.Fatal with 500 error mesagge.

Release 2.0.0

07 Jul 13:48
Compare
Choose a tag to compare