auth0 / idtoken-verifier

Lightweight RSA JWT verification
MIT License
77 stars 31 forks source link

Fix types for overloaded verify method #145

Closed stevehobbsdev closed 3 years ago

stevehobbsdev commented 3 years ago

Changes

This PR corrects the types for the overloaded verify method. Currently the types are generated incorrectly thanks to an open issue in TypeScript.

As a result, this PR also temporarily turns of automatic types generation.

References

144

Testing

Checklist