gin-jwt

JWT Middleware for Gin framework

MIT License

Stars
2.7K
Committers
46

Bot releases are hidden (Show)

gin-jwt -

Published by appleboy almost 3 years ago

gin-jwt -

Published by appleboy about 3 years ago

gin-jwt -

Published by appleboy about 4 years ago

gin-jwt -

Published by appleboy almost 5 years ago

gin-jwt - fix gofight version

Published by appleboy over 5 years ago

gin-jwt - update go mod path to v2

Published by appleboy over 5 years ago

gin-jwt - some features and bug fixs

Published by appleboy over 5 years ago

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)

gin-jwt -

Published by appleboy about 6 years ago

gin-jwt - move the check for Authenticator to login handler.

Published by appleboy over 7 years ago

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

gin-jwt - Add TimeFunc provides the current time.

Published by appleboy over 7 years ago

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)

gin-jwt -

Published by appleboy over 7 years ago

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

gin-jwt -

Published by appleboy over 7 years ago

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

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

gin-jwt - Release v2.1.1

Published by appleboy about 8 years ago

  • 8841014 Add get from header function.
  • 557d3b3 Get token from query String.
  • c313282 Get token from cookie String.
gin-jwt - Release 2.1.0

Published by appleboy over 8 years ago

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

gin-jwt - Release 2.0.0

Published by appleboy over 8 years ago

785d5ef Support jwt-go v3.

gin-jwt - Release v1.0.1

Published by appleboy over 8 years ago

f3e0021 fix gin-jwt version.
4fbdd81 fix #30 missing orig_iat field.
3bff0bf add codecov service.
c8c5292 add expire time testing.

gin-jwt - Release 1.0.0

Published by appleboy over 8 years ago

Using go-jwt v2 version

http://gopkg.in/dgrijalva/jwt-go.v2