# README
go-jwt-viewer
Shows content of JSON Web Token
Rationale
Some enterprises are afraid to use a publicly available JWT decoder even if the token they want to check is generated in a test environment. I hope this program can meet your need for a private decoder.
Comment
I see one obstruction.
- My knowledge of JWT is very little.
# Constants
No description provided by the author