Releases: crossid/crossid-go
Releases · crossid/crossid-go
jwtmw: WithScopes support for custom scope checker.
use of tokens v4
Major Changes
- use github.com/golang-jwt/jwt/v4
Minor Changes
- jwtmw - Log errors.
- general examples.
- echo example.
`WithScopes` middleware.
jwtmw SIgningMethod and ctx in KeyFunc
Minor Changes
- jwtmw - pass ctx to KeyFunc and.
- jwtmw - support SigningMethod for alg assertion.
pass http.Request in tokenValidator
jwtmw bug fixes and package rename
0.0.2
Minor Changes
- jwtmw - Package and folder rename (jwt_mw -> jwtmw) for easy import.
- jwtmw - Bug fix where ErrorWriter was ignored.
JWT HTTP Middleware
0.0.1
Major Changes
- Initial version, with an HTTP middleware that extracts, parses and validates JWT tokens.