Skip to content
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

Fix JWT warning #568

Closed
tcompa opened this issue Oct 12, 2023 · 1 comment · Fixed by #607
Closed

Fix JWT warning #568

tcompa opened this issue Oct 12, 2023 · 1 comment · Fixed by #607
Assignees

Comments

@tcompa
Copy link
Collaborator

tcompa commented Oct 12, 2023

RemovedInPyjwt3Warning: passing additional kwargs to decode() is deprecated and will be removed in pyjwt version 3. Unsupported kwargs: ('requires',)
@ychiucco ychiucco mentioned this issue Jan 30, 2024
1 task
@ychiucco ychiucco linked a pull request Jan 30, 2024 that will close this issue
1 task
@tcompa
Copy link
Collaborator Author

tcompa commented Jan 31, 2024

Refs:

* https://pyjwt.readthedocs.io/en/latest/changelog.html#v2-5-0

* [Emit a deprecation warning for unsupported kwargs jpadilla/pyjwt#776](https://github.com/jpadilla/pyjwt/pull/776)

* https://github.com/jpadilla/pyjwt/pull/776/files#diff-6893ad4a1c5a36b8af3028db8c8bc3b62418149843fc382faf901eaab008e380R160

(@ychiucco at #607 (comment))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants