You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hitting the same issue when trying to decode a RS256 JWT. We've found a workaround to manually specify pyjwt[crypto] as a dependency but rather avoid having to pin and remember to update both at the same time.
You removed cryptography from requirements but it's necessary to decode RS256 tokens.
PyJWT doesn't include cryptography lib in its requirements:
https://pyjwt.readthedocs.io/en/stable/installation.html#cryptographic-dependencies-optional
The text was updated successfully, but these errors were encountered: