Skip to content

Skuzzle-UK/JWT_Decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JWT decoder

Simple .NET WinForms application that you can paste a JWT bearer token into and see the header and body decoded. This is great when developing API's to check that the correct claims exist in the token or for just checking how much longer you have on a tokens expiry time.

This was developed to avoid posting token data onto websites to achieve the same result.

Feel free to use this project for any reason that is considered good and lawful. I will not be held responsible for any misuse of this project.

About

Small .NET application to decode JWT bearer tokens to be able to read the claims within.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages