Skip to main content

JSON Web Token implementation in Python

Project description

https://github.com/jpadilla/pyjwt/workflows/CI/badge.svg https://img.shields.io/pypi/v/pyjwt.svg https://codecov.io/gh/jpadilla/pyjwt/branch/master/graph/badge.svg https://readthedocs.org/projects/pyjwt/badge/?version=stable

A Python implementation of RFC 7519. Original implementation was written by @progrium.

Installing

Install with pip:

$ pip install PyJWT

Usage

>>> import jwt
>>> encoded = jwt.encode({'some': 'payload'}, 'secret', algorithm='HS256')
>>> print(encoded)
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzb21lIjoicGF5bG9hZCJ9.4twFt5NiznN84AWoo1d7KO1T_yoc0Z6XOpOVswacPZg

>>> jwt.decode(encoded, 'secret', algorithms=['HS256'])
{'some': 'payload'}

Command line

Usage:

pyjwt [options] INPUT

Decoding examples:

pyjwt --key=secret decode TOKEN
pyjwt decode --no-verify TOKEN

See more options executing pyjwt --help.

Documentation

View the full docs online at https://pyjwt.readthedocs.io/en/stable/

Tests

You can run tests from the project root after cloning with:

$ tox

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PyJWT-2.0.0a1.tar.gz (42.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

PyJWT-2.0.0a1-py3-none-any.whl (16.4 kB view details)

Uploaded Python 3

File details

Details for the file PyJWT-2.0.0a1.tar.gz.

File metadata

  • Download URL: PyJWT-2.0.0a1.tar.gz
  • Upload date:
  • Size: 42.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.0

File hashes

Hashes for PyJWT-2.0.0a1.tar.gz
Algorithm Hash digest
SHA256 5d0ca556ddccb911174502c9ee67b78839668408990483d4cbe9b1d0415d3b5c
MD5 ca4471e42e20ff5d7ea6432902fec8cf
BLAKE2b-256 2109db4e34e3bd60f859c7dd228df10bfb375a9be437c0362f7c621ebd03902c

See more details on using hashes here.

File details

Details for the file PyJWT-2.0.0a1-py3-none-any.whl.

File metadata

  • Download URL: PyJWT-2.0.0a1-py3-none-any.whl
  • Upload date:
  • Size: 16.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.0

File hashes

Hashes for PyJWT-2.0.0a1-py3-none-any.whl
Algorithm Hash digest
SHA256 d138fde3bf7faf3d44dfe880effe29358c23b5162790ab16703f0469ba17a2ab
MD5 eba0cc892e8385b501b6945924850a60
BLAKE2b-256 bf08982c35c71dcacbe00fb43715ffd27a795fcfa101d625d546d82d024cf0b6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page