Skip to content

Latest commit

 

History

History
71 lines (38 loc) · 1.48 KB

CHANGELOG.md

File metadata and controls

71 lines (38 loc) · 1.48 KB

0.3.0

All Changes

Major Changes

  • jwtmw - WithScopes middleware support for custom scope checker.

0.2.0

All Changes

Major Changes

  • use github.com/golang-jwt/jwt/v4

Minor Changes

  • jwtmw - Log errors.
  • general examples.
  • echo example.

0.1.0

All Changes

Major Changes

  • jwtmw - WithScopes middleware to protect endpoints with JWT scopes.

0.0.5

All Changes

Minor Changes

  • jwtmw - Enhance context using the WithContext opt.

0.0.4

All Changes

Minor Changes

  • jwtmw - pass ctx to KeyFunc and.
  • jwtmw - support SigningMethod for alg assertion.

0.0.3

All Changes

Minor Changes

  • jwtmw - pass http.Request in tokenValidator.

0.0.2

All Changes

Minor Changes

  • jwtmw - Package and folder rename (jwt_mw -> jwtmw) for easy import.
  • jwtmw - Bug fix where ErrorWriter was ignored.

0.0.1

All Changes

Major Changes

  • Initial version, with an HTTP middleware that extracts, parses and validates JWT tokens.