This package allows for HTTP JSON Web Token (JWT) authentication using the requests library.
Project description
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
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
requests-jwt-0.5.1.tar.gz
(2.2 kB
view hashes)
Built Distribution
Close
Hashes for requests_jwt-0.5.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc2428d8b6473bbeb75adfe615b9c45222cf8e96cd310f9649ded8c39f33fa1a |
|
MD5 | 885db3acdbbd8106c1f4e3df47197df7 |
|
BLAKE2b-256 | e6860d63b3a9be717aa2b15badf559fc739a6e2d31916c8adc96f77eef50c806 |