Maintenance 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 returnsErrNoTokenFound
error in case that no token was found usingfindTokenFns
FromContext()
function now supportsjwtauth.Claims
type