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
Release files for requests-jwt 0.6.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| requests-jwt-0.6.0.tar.gz | 4.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| requests_jwt-0.6.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.3 kB
Release files / requests-jwt-0.6.0.tar.gz
| Download URL | requests-jwt-0.6.0.tar.gz |
|---|---|
| Size | 4.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
07822cb11b980f209050a3ae46a61d7961b94818e3cfc26d21c82d967c99fac4
|
|
BLAKE2b-256 checksum How to use checksums |
264035dbd81b8234f69c92f57d0f2c971338a9e04dd3b956c04856f1b86e65dc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.9
|
Release files / requests_jwt-0.6.0-py3-none-any.whl
| Download URL | requests_jwt-0.6.0-py3-none-any.whl |
|---|---|
| Size | 5.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7b8190d822b9134eb7f2ee229af0a5a309a1c169e4a5c969e4d2a7dd434678be
|
|
BLAKE2b-256 checksum How to use checksums |
94a7d88be0ee9380a44d9857297cb0b60f0712cb8e77f8cbb3739824be64473a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.9
|