-
-
Notifications
You must be signed in to change notification settings - Fork 691
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
PyJWT.decode_complete() method changing provided options object #679
Comments
Such implementation breaks the "immutable development" approach. |
akx
added a commit
to akx/pyjwt
that referenced
this issue
Mar 30, 2022
akx
added a commit
to akx/pyjwt
that referenced
this issue
Mar 30, 2022
akx
added a commit
to akx/pyjwt
that referenced
this issue
Apr 5, 2022
auvipy
pushed a commit
that referenced
this issue
Apr 5, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PyJWT.decode_complete() method changing provided options object instead of working with copy or something similar
Expected Result
Actual Result
Fragment from api_jwt.py
Reproduction Steps
The text was updated successfully, but these errors were encountered: