This package allows for HTTP JSON Web Token (JWT) authentication using the requests library.
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.
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
0.6.0
Dec 03, 2021
0.5.3
Dec 11, 2018
0.5.1
Sep 06, 2018
0.5
Sep 06, 2018
0.4
Jul 22, 2015
0.3
May 28, 2014
0.2
May 27, 2014