Skip to main content

JSON Web Token implementation in Python

Project description

https://secure.travis-ci.org/jpadilla/pyjwt.svg?branch=master https://ci.appveyor.com/api/projects/status/h8nt70aqtwhht39t?svg=true https://img.shields.io/pypi/v/pyjwt.svg https://coveralls.io/repos/jpadilla/pyjwt/badge.svg?branch=master https://readthedocs.org/projects/pyjwt/badge/?version=latest

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')
'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzb21lIjoicGF5bG9hZCJ9.4twFt5NiznN84AWoo1d7KO1T_yoc0Z6XOpOVswacPZg'

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

Command line

Usage:

pyjwt [options] INPUT

Decoding examples:

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

See more options executing pyjwt --help.

Documentation

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

Tests

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

$ python setup.py test

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-1.6.3.tar.gz (41.6 kB view details)

Uploaded Source

Built Distribution

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

PyJWT-1.6.3-py2.py3-none-any.whl (19.6 kB view details)

Uploaded Python 2Python 3

File details

Details for the file PyJWT-1.6.3.tar.gz.

File metadata

  • Download URL: PyJWT-1.6.3.tar.gz
  • Upload date:
  • Size: 41.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for PyJWT-1.6.3.tar.gz
Algorithm Hash digest
SHA256 c365c2c92063bdc609a9ef328958a910e249ffcad953895914b87e645412cf81
MD5 e20629d808153db7a210ff3204d1e8c9
BLAKE2b-256 3bfc2a479754113cee6824129f2f39dba555c939114ef5410bfa4cfdbbed6e8e

See more details on using hashes here.

File details

Details for the file PyJWT-1.6.3-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for PyJWT-1.6.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 d527c3330d83d7278a0a8ef570b7c9c39fbf2c0c1edbe564a1a8a02d5352322b
MD5 efb9dcd4db69d94c578dcb3271934891
BLAKE2b-256 77114ccc1f4f8d812a6459e53f4f33107ae5d25babed9e6c1f0c6923b1fa8966

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