A simple VS Code extension to decode your JSON Web Tokens (JWT)
The extension's name within the Command Palette is JWT Decoder
.
The extension currently allows you to decode selected JWT strings in three differents ways:
From any saved file, select a JWT string
. Run the extension's command against it. Hover over the JWT string to get a Markdown-formatted of its decoded version.
If you call the extension cammand against a selected JWT string
from an Untitled document, the decoded result will appear below the JWT.
From any document, fire the extension command without text selection. Paste your JWT, hit enter and your decoded token will appear in a message box at the right bottom corner.