Simple utility for viewing JWT tokens in console
Project description
Pretty JWT
Simple utility for viewing JWT tokens in console.
Install
pip install pretty_jwt
Use
pjwt eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiSm9obiBEb2UifQ.DjwRE2jZhren2Wt37t5hlVru6Myq4AhpGLiiefF69u8
Header:
{
"alg": "HS256",
"typ": "JWT"
}
Payload:
{
"name": "John Doe"
}
Signature:
DjwRE2jZhren2Wt37t5hlVru6Myq4AhpGLiiefF69u8
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
pretty_jwt-0.2.0.tar.gz
(3.7 kB
view details)
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 pretty_jwt-0.2.0.tar.gz.
File metadata
- Download URL: pretty_jwt-0.2.0.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.10.7 Darwin/21.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a5387553cf5568d06d49e9470fadd312724328c41261fe1dc67e416dcf044db2
|
|
| MD5 |
3412373e37e327c9e77fc92ebe4cddec
|
|
| BLAKE2b-256 |
ff09621c79caa542669caa12c107bfea82454da4cc90577b479aa2caf5a53006
|
File details
Details for the file pretty_jwt-0.2.0-py3-none-any.whl.
File metadata
- Download URL: pretty_jwt-0.2.0-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.10.7 Darwin/21.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f10e53a9b840ec1401b8796c81fab46b568f7ef45fc4d1301a224def65895d40
|
|
| MD5 |
093aa1812795cf3117b654f54800a227
|
|
| BLAKE2b-256 |
76e151d34cdcdb4d412d7c68c74340984a0eb470017c41235cb1282967ef5e28
|