requests-jwt 0.6.0


pip install requests-jwt

  Latest version

Released: Dec 03, 2021

Project Links

Meta
Author: Thomas Grenfell Smith

Classifiers

Development Status
  • 4 - Beta

Intended Audience
  • Developers

Programming Language
  • Python
  • Python :: 2.7
  • Python :: 3.6
  • Python :: 3.7
  • Python :: 3.8
  • Python :: 3.9

License
  • OSI Approved :: ISC License (ISCL)

This package is not actively maintained and has never had a security audit.

requests-jwt

This package allows for HTTP authentication using JSON Web Tokens.

https://api.travis-ci.org/tgs/requests-jwt.svg https://coveralls.io/repos/tgs/requests-jwt/badge.png

Usage

JWTAuth extends requests AuthBase, so usage is simple:

import requests
from requests_jwt import JWTAuth

auth = JWTAuth('secretT0Ken')
requests.get("http://jwt-protected.com", auth=auth)

More documentation is available at Read the Docs.

Installation

pip install requests_jwt

Requirements

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras: None
Dependencies:
PyJWT
requests