We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No such issue with Werkzeug==0.14.1
in:
data = serial.loads(token)
rasies:
itsdangerous.exc.BadSignature: Signature b"*********" does not match
The text was updated successfully, but these errors were encountered:
Werkzeug does not affect itsdangerous.
Sorry, something went wrong.
Sorry, it turned out to be a decoder issue on my side. Just added .decode('ascii') to serial.dump(json_data) and saved my day!
.decode('ascii')
serial.dump(json_data)
No branches or pull requests
No such issue with Werkzeug==0.14.1
in:
rasies:
The text was updated successfully, but these errors were encountered: