Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>jwt-decoderNew to Visual Studio Code? Get it now.
jwt-decoder

jwt-decoder

Jeyfel Brandauer

|
55,330 installs
| (2) | Free
A simple JWT decoder extension for VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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 Clipboard or Input Box (fallback)

From any document, fire the extension command without text selection. The extension will attempt to decode the clipboard value if it's a valid JWT. Otherwise, you'll be prompted to enter your JWT manually. The decoded token will appear in a message box at the right bottom corner.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft