-
-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
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
exception in itsdangerous.py #68
Comments
Please include a minimal example that reproduces the issue. |
Well, actually it's my fault.
|
Not sure if this warrants a better error message... but maybe something to consider if more reports like this are coming up. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey, guys!
I've passed a wrong token into TimedJSONWebSignatureSerializer::loads and got an exception in itsdangerous.py:380.
Here is a traceback:
Traceback (most recent call last):
I've just expecting it to throw a BadSignature, but it seems that code didn't reach that line. Any suggestions?
The text was updated successfully, but these errors were encountered: