auth0 / express-jwt

connect/express middleware that validates a JsonWebToken (JWT) and set the req.user with the attributes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integration with jwks-rsa is broken when moving from 6.1.2 to 7.4.2 breaks

nsshunt opened this issue · comments

Linked to a previously closed issue (#281), the integration with jwks-rsa to this module no longer works.

#281

The issue has also been noted within the jwks-rsa repo as well.

See issue #281 for more details.

I also think this might have broken jsonwebtoken - as soon as I upgraded to v7.4.2 I couldn't use that package anymore.

Rolling this package back to 6.1.2.

+1, had to roll back

for reference, this PR should fix the issue:

auth0/node-jwks-rsa#297

Fixed in jwks-rsa@2.1