pyjwt · pyjwt/MissingCryptographyError
MissingCryptographyError
MissingCryptographyError
Raised when the chosen algorithm (such as RS256 or ES256) requires the optional cryptography package and it isn't installed. Fix by installing PyJWT with the crypto extra, e.g. pip install 'pyjwt[crypto]'.