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