Skip to content

Releases: crossid/crossid-go

jwtmw: WithScopes support for custom scope checker.

14 Dec 16:12
Compare
Choose a tag to compare

All Changes

Major Changes

  • jwtmw - WithScopes middleware support for custom scope checker.

use of tokens v4

04 Sep 10:37
Compare
Choose a tag to compare

All Changes

Major Changes

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

Minor Changes

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

`WithScopes` middleware.

02 Aug 17:55
Compare
Choose a tag to compare

All Changes

Major Changes

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

jwtmw SIgningMethod and ctx in KeyFunc

02 Aug 12:47
Compare
Choose a tag to compare

All Changes

Minor Changes

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

pass http.Request in tokenValidator

30 Jul 10:39
Compare
Choose a tag to compare

0.0.3

All Changes

Minor Changes

  • jwtmw - pass http.Request in tokenValidator.

jwtmw bug fixes and package rename

30 Jul 09:05
Compare
Choose a tag to compare

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.

JWT HTTP Middleware

30 Jul 08:20
Compare
Choose a tag to compare

0.0.1

All Changes

Major Changes

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