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

Fixed typo in usage.rst #738

Merged
merged 1 commit into from Mar 8, 2022
Merged

Fixed typo in usage.rst #738

merged 1 commit into from Mar 8, 2022

Commits on Mar 8, 2022

  1. Fixed TypeError

    In the example above [https://github.com/jpadilla/pyjwt/edit/master/docs/usage.rst#encoding--decoding-tokens-with-hs256], when tried, it throws a TypeError that says: `encode() got an unexpected keyword argument 'algorithms'`, so I changed the `algorithms` to `algorithm`
    aybruhm committed Mar 8, 2022
    Copy the full SHA
    b76ac19 View commit details
    Browse the repository at this point in the history