Skip to content

Just a simple dot net core console application to decode a jwt token

Notifications You must be signed in to change notification settings

Redfern/JwtDecoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jwt (Json Web Token) decoder console application

A simple console application to test jwt decoding including unit tests

You can encode a jwt on this website https://jwt.io/

This application is set to take secrets that are base64 encoded strings only currently. So make sure you select "secret base64 encoded" on the above generator and pass in your secret base64 encoded.

https://www.base64encode.org/ can be used to encode your secret

About

Just a simple dot net core console application to decode a jwt token

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages