Demo library
Project description
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')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file jwt-token-parser-0.1.0.tar.gz.
File metadata
- Download URL: jwt-token-parser-0.1.0.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2fcc4089723311c7370e17392f20751b7b737136255d8b1c2f7c30084fe602f8
|
|
| MD5 |
4130f4ec1af679b064e1cbd3dcb8d56f
|
|
| BLAKE2b-256 |
82a49fbae9b1c5518cd2dcd7eccc532d5eac351c54823dca94456be2764fa2d0
|
File details
Details for the file jwt_token_parser-0.1.0-py3-none-any.whl.
File metadata
- Download URL: jwt_token_parser-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
387f3957f53b70d7550970753f1ac7bad8df09db1d9ff2619f254700a8d3b1e6
|
|
| MD5 |
afe263e9f0bc18fad23dd7788736ad25
|
|
| BLAKE2b-256 |
e0b5976a6be1f5b0973d25605703fd269e0e1630d9d0993e51c1a4d6b13b4247
|