auth0 / express-jwt

connect/express middleware that validates a JsonWebToken (JWT) and set the req.user with the attributes
MIT License
4.47k stars 442 forks source link

Update jsonwebtoken to the latest major version #124

Open davebaol opened 8 years ago

davebaol commented 8 years ago

Title says it all :)

timelf123 commented 7 years ago

Bump, seems backwards compat with this lib and has some good fixes

daltones commented 7 years ago

And now Node 7 warns about some deprecation in outdated base64url. It's getting urgent…

lahdekorpi commented 7 years ago

Has auth0 abandoned express-jwt?