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

Raise DeprecationWarning for jwt.decode(verify=...) #742

Merged
merged 1 commit into from Apr 5, 2022

Commits on Mar 30, 2022

  1. Add a deprecation warning when jwt.decode() is called with the legacy…

    … verify= argument
    
    Since the arbitrary/unused `**kwargs` can't quite be dropped (as jpadilla#657 would do) without
    a major version bump (as reverted in jpadilla#701), it's still a good idea to warn users if they
    are attempting to use contradictory arguments for the security-sensitive `verify=` argument.
    akx committed Mar 30, 2022
    Copy the full SHA
    22a5349 View commit details
    Browse the repository at this point in the history