Skip to content

jflbr/jwt-decoder

Repository files navigation

jwt-decoder

A simple VS Code extension to decode your JSON Web Tokens (JWT)

Command palette

The extension's name within the Command Palette is JWT Decoder.

Features

The extension currently allows you to decode selected JWT strings in three differents ways:

Hovering over the selected token

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.

Selected JWT string within an VS Code untitled tab

If you call the extension cammand against a selected JWT string from an Untitled document, the decoded result will appear below the JWT.

From input box to message box

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.

Releases

No releases published

Packages

No packages published