Skip to main content

JSON Web Token implementation in Python

Project description

# PyJWT

[![travis-status-image]][travis]
[![appveyor-status-image]][appveyor]
[![pypi-version-image]][pypi]
[![coveralls-status-image]][coveralls]
[![docs-status-image]][docs]

A Python implementation of [RFC 7519][jwt-spec].
Original implementation was written by [@progrium][progrium].

## Installing

```
$ pip install PyJWT
```

## Usage

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

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

## Tests

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

```
$ python setup.py test
```

[travis-status-image]: https://secure.travis-ci.org/jpadilla/pyjwt.svg?branch=master
[travis]: http://travis-ci.org/jpadilla/pyjwt?branch=master
[appveyor-status-image]: https://ci.appveyor.com/api/projects/status/h8nt70aqtwhht39t?svg=true
[appveyor]: https://ci.appveyor.com/project/jpadilla/pyjwt
[pypi-version-image]: https://img.shields.io/pypi/v/pyjwt.svg
[pypi]: https://pypi.python.org/pypi/pyjwt
[coveralls-status-image]: https://coveralls.io/repos/jpadilla/pyjwt/badge.svg?branch=master
[coveralls]: https://coveralls.io/r/jpadilla/pyjwt?branch=master
[docs-status-image]: https://readthedocs.org/projects/pyjwt/badge/?version=latest
[docs]: http://pyjwt.readthedocs.org
[jwt-spec]: https://tools.ietf.org/html/rfc7519
[progrium]: https://github.com/progrium

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

Uploaded Source

Built Distribution

PyJWT-1.4.2-py2.py3-none-any.whl (15.7 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

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

File hashes

Hashes for PyJWT-1.4.2.tar.gz
Algorithm Hash digest
SHA256 87a831b7a3bfa8351511961469ed0462a769724d4da48a501cb8c96d1e17f570
MD5 e08aa1ecc99269248bb02f888c166af1
BLAKE2b-256 8f109ce7e91d8ec9d852db6f9f2b076811d9f51ed7b0360602432d95e6ea4feb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyJWT-1.4.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 99fe612dbe5f41e07124d9002c118c14f3ee703574ffa9779fee78135b8b94b6
MD5 cc3448f6830d657fcbd42e58aeafaff1
BLAKE2b-256 b89c1973e3117d43527a42f2a8afbc81e48d69a537d6e2c39412049b1592d1e2

See more details on using hashes here.

Supported by

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