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
A vulnerability scan flagged the upstream dependency cryptography (pycognito -> pyjwt[crypto] -> cryptography) that is fixed for versions > 42.0.4. See: GHSA-6vqw-3v5j-54x4
This update to cryptography causing breaking changes where:
Hello,
A vulnerability scan flagged the upstream dependency cryptography (pycognito -> pyjwt[crypto] -> cryptography) that is fixed for versions > 42.0.4. See: GHSA-6vqw-3v5j-54x4
This update to cryptography causing breaking changes where:
Results in:
with the error occurring upstream in jwt
If you attempt to pass the tokens in as bytes you get:
Where the error occurs within pycognito.
I have created a PR to fix this breaking change by handling the cases at these two points of failure: #222
The text was updated successfully, but these errors were encountered: