JWT Token Parser
A small library to parse jwt token
Installation
pip install jwt-token-parser
Get started
How to get payload from jwt token:
from jwt_token_parser import JWTTokenParser
# Instantiate a Multiplication object
jwt_parser = JWTTokenParser()
# Call the multiply method
result = jwt_parser.get_payload_by_access_token(key='SECRET_KEY')
Release files for jwt-token-parser 0.1.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 | |
|---|---|---|---|
| jwt-token-parser-0.1.0.tar.gz | 2.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| jwt_token_parser-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.7 kB
Release files / jwt-token-parser-0.1.0.tar.gz
| Download URL | jwt-token-parser-0.1.0.tar.gz |
|---|---|
| Size | 2.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2fcc4089723311c7370e17392f20751b7b737136255d8b1c2f7c30084fe602f8
|
|
BLAKE2b-256 checksum How to use checksums |
82a49fbae9b1c5518cd2dcd7eccc532d5eac351c54823dca94456be2764fa2d0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.8.9
|
Release files / jwt_token_parser-0.1.0-py3-none-any.whl
| Download URL | jwt_token_parser-0.1.0-py3-none-any.whl |
|---|---|
| Size | 2.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
387f3957f53b70d7550970753f1ac7bad8df09db1d9ff2619f254700a8d3b1e6
|
|
BLAKE2b-256 checksum How to use checksums |
e0b5976a6be1f5b0973d25605703fd269e0e1630d9d0993e51c1a4d6b13b4247
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.8.9
|