Skip to main content

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


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.1.0.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

pretty_jwt-0.1.0-py3-none-any.whl (5.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page