Contents

PyJWT 2.9.0

0

JSON Web Token implementation in Python

JSON Web Token implementation in Python

Stars: 5120, Watchers: 5120, Forks: 685, Open Issues: 25

The jpadilla/pyjwt repo was created 13 years ago and the last code push was 2 days ago.
The project is extremely popular with a mindblowing 5120 github stars!

How to Install pyjwt

You can install pyjwt using pip

pip install pyjwt

or add it to a project with poetry

poetry add pyjwt

Package Details

Author
Jose Padilla
License
MIT
Homepage
https://github.com/jpadilla/pyjwt
PyPi:
https://pypi.org/project/PyJWT/
GitHub Repo:
https://github.com/jpadilla/pyjwt

Classifiers

  • Utilities
No  pyjwt  pypi packages just yet.

Errors

A list of common pyjwt errors.

Code Examples

Here are some pyjwt code examples and snippets.

GitHub Issues

The pyjwt package has 25 open issues on GitHub

  • Add detached payload support for JWS encoding and decoding
  • PyJWK doesn't support RSA-OAEP algorithm
  • Fix for headers disorder issue
  • The result of jwt.encode is the same as https://jwt.io/ #718
  • The result of encoding is different from the official website(https://jwt.io/).
  • TypeError: sign() takes 3 positional arguments but 4 were given (not EC key)
  • Add support for OrderedDict to headers to make possible custom ordering
  • Allow multiple issuers?

See more issues on GitHub

Related Packages & Articles