Skip to content

Maintenance release

Compare
Choose a tag to compare
@VojtechVitek VojtechVitek released this 18 Jan 04:45
· 34 commits to master since this release
  • There was a minor, but API-breaking change in v3.1.3. Sorry for the inconvenience.
    You can simply search & replace:
- jwtauth.JwtAuth
+ jwtauth.JWTAuth
  • VerifyRequest() now returns ErrNoTokenFound error in case that no token was found using findTokenFns
  • FromContext() function now supports jwtauth.Claims type