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 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 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-0.1.0.tar.gz | 2.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| jwt_token_parser_test-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.9 kB
Release files / jwt-token-parser-test-0.1.0.tar.gz
| Download URL | jwt-token-parser-test-0.1.0.tar.gz |
|---|---|
| Size | 2.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
63b98d39b34e5e86099761065af94de0039716aa08ff4213a508d6acf02d7eef
|
|
BLAKE2b-256 checksum How to use checksums |
b4ef4e8c5fc573ae8704b164161c440e223f3dbba77cd4b0f52f34e48b8dd422
|
| 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-0.1.0-py3-none-any.whl
| Download URL | jwt_token_parser_test-0.1.0-py3-none-any.whl |
|---|---|
| Size | 2.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
14824b018e335d919576350139125f94fcf6538b19fafc6f7d944af85ab30745
|
|
BLAKE2b-256 checksum How to use checksums |
1ef9201f78ba4d1ab0089551fbf14210e472fc9d9b79c97d88701610297730f2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.8.9
|