Skip to content

Badbird3/jwt-junk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JWT Lifetime Checker

is a simple script for checking JWT token expiration. The script will parse a JWT and return the tokens expiration date and how long that is from the present.

Usage:

$python3 main.py
Enter a JWT
Paste in a JWT plz: [enter fresh jwt here]

Use the following format for jwt:

eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyLCJleHAiOjE2MzA1MzEzNzB9.VUf5k9sVYyyqCDU1G-EvRJWIc-zGVFhwiCwO8qlagi4

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages