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
You can use a different internal serializer, such as custom JSON that converts a dict to a list of key, value pairs, or YAML. Pass serializer= when instantiating the serializer (confusingly named, yes). https://pythonhosted.org/itsdangerous/#itsdangerous.Serializer This isn't something that will be changed in the library though.
Happens using Serializer and URLSafeSerializer:
I don't think this should be intended behaviour -- using version 0.24 with Python 3.5.
The text was updated successfully, but these errors were encountered: