gin-jwt

JWT Middleware for Gin framework

MIT License

Stars
2.7K
Committers
46

Bot releases are visible (Hide)

gin-jwt - v2.9.2 Latest Release

Published by github-actions[bot] 9 months ago

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
gin-jwt - v2.9.1

Published by github-actions[bot] almost 2 years ago

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)
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