auth0 / node-jwks-rsa

A library to retrieve RSA public keys from a JWKS (JSON Web Key Set) endpoint.
MIT License
836 stars 236 forks source link

Type definitions depend on jsonwebtoken #314

Closed adamjmcgrath closed 2 years ago

adamjmcgrath commented 2 years ago

Description

The ts def file depends on jsonwebtoken so the type deps should be included in the dependencies (like express)

References

fixes #312