jpadilla / pyjwt

JSON Web Token implementation in Python
https://pyjwt.readthedocs.io
MIT License
5.05k stars 676 forks source link

Improve error messages when cryptography isn't installed #846

Closed Viicos closed 1 year ago

Viicos commented 1 year ago

Fixes #820.

Maybe a warning could be added when iterating over the keys when we catch a PyJWKSetError?