JWT Token Parser
A small library to parse jwt token
Installation
pip install jwt-parser
Get started
How to get payload from jwt token:
from jwt_parser import JWTTokenParser
# Instantiate a Multiplication object
jwt_parser = JWTTokenParser()
# Call the multiply method
result = jwt_parser.get_payload_by_access_token()
Release files for jwt-parser 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| jwt-parser-0.1.1.tar.gz | 2.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| jwt_parser-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.8 kB
Release files / jwt-parser-0.1.1.tar.gz
| Download URL | jwt-parser-0.1.1.tar.gz |
|---|---|
| Size | 2.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
075d88b9d831ee0f1f2f5d2d8e398730a0b1b26737333e959e318db1a1cc2c4d
|
|
BLAKE2b-256 checksum How to use checksums |
be9ac5acc154c1542454b0ed1d1b2883e63ad408357679688b8abb5849b4d85d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.8.9
|
Release files / jwt_parser-0.1.1-py3-none-any.whl
| Download URL | jwt_parser-0.1.1-py3-none-any.whl |
|---|---|
| Size | 2.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
fec49f75d1f2faee9e5599a7f396ad2bdfaaebddcf88c775cbb9ef3388ba0de5
|
|
BLAKE2b-256 checksum How to use checksums |
4d8c01ed3cca331a4f6e23ffcf473d1fc2564a8d13302780e13ca8aae7ea1373
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.8.9
|