Skip to main content

JOSE implementation in Python

Project description

A JOSE implementation in Python

Build Status Coverage Status Docs

Docs are available on ReadTheDocs.

The JavaScript Object Signing and Encryption (JOSE) technologies - JSON Web Signature (JWS), JSON Web Encryption (JWE), JSON Web Key (JWK), and JSON Web Algorithms (JWA) - collectively can be used to encrypt and/or sign content using a variety of algorithms. While the full set of permutations is extremely large, and might be daunting to some, it is expected that most applications will only use a small set of algorithms to meet their needs.

Principles

This is a JOSE implementation that is fully compatible with Google App Engine which requires the use of the PyCrypto library.

Installation

$ pip install python-jose

Usage

>>> from jose import jwt
>>> token = jwt.encode({'key': 'value'}, 'secret', algorithm='HS256')
u'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJrZXkiOiJ2YWx1ZSJ9.FG-8UppwHaFp1LgRYQQeS6EDQF7_6-bMFegNucHjmWg'

>>> jwt.decode(token, 'secret', algorithms=['HS256'])
{u'key': u'value'}

Thanks

This library was originally based heavily on the work of the guys over at PyJWT.

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

python-jose-1.3.2.tar.gz (11.7 kB view details)

Uploaded Source

Built Distribution

python_jose-1.3.2-py2.py3-none-any.whl (14.9 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file python-jose-1.3.2.tar.gz.

File metadata

  • Download URL: python-jose-1.3.2.tar.gz
  • Upload date:
  • Size: 11.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for python-jose-1.3.2.tar.gz
Algorithm Hash digest
SHA256 35eca894ab91db1774251296949679396c46d6bc506ea03804b8f7a7d0204392
MD5 d1b7ce67e1ccca6d7f8c4105fbaa1a75
BLAKE2b-256 51e62b912c22275955ee5051aff888b2c363d8339b5887878e52ce7721d66659

See more details on using hashes here.

File details

Details for the file python_jose-1.3.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for python_jose-1.3.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 968254f57ccd0fc99ab9557f82b90a5b23ccaf3716e8817d8edaa9f21c21bb2d
MD5 062b377b9fa7dcf11532bef5f99fa535
BLAKE2b-256 e46459a52be3eec8c60aedcd88500537038396da49241c348c09ac867764d5a6

See more details on using hashes here.

Supported by

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