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
Hey there, was just trying to run the token_auth.py example and it doesn't seem like the imports succeed with the latest version of itsdangerous. I seem to have 2.1.2 installed in my venv and it looks like they deprecated the serializer utilized in 2. https://itsdangerous.palletsprojects.com/en/2.0.x/jws/#itsdangerous.jws.JSONWebSignatureSerializer
Just thought you'd wanna know for future people trying to run your example.
The text was updated successfully, but these errors were encountered:
Hey there, was just trying to run the
token_auth.py
example and it doesn't seem like the imports succeed with the latest version of itsdangerous. I seem to have 2.1.2 installed in my venv and it looks like they deprecated the serializer utilized in 2. https://itsdangerous.palletsprojects.com/en/2.0.x/jws/#itsdangerous.jws.JSONWebSignatureSerializerJust thought you'd wanna know for future people trying to run your example.
The text was updated successfully, but these errors were encountered: