https://github.com/yokawasa/vscode-jwt-debugger
VS Code extension for decoding JWT tokens - VS Code version of jwt.io debugger
https://github.com/yokawasa/vscode-jwt-debugger
debugger decoder jwt jwt-token vscode vscode-extension vscode-plugin
Last synced: 8 months ago
JSON representation
VS Code extension for decoding JWT tokens - VS Code version of jwt.io debugger
- Host: GitHub
- URL: https://github.com/yokawasa/vscode-jwt-debugger
- Owner: yokawasa
- License: mit
- Created: 2019-08-14T13:50:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-19T18:11:03.000Z (about 1 year ago)
- Last Synced: 2025-07-13T01:11:04.505Z (10 months ago)
- Topics: debugger, decoder, jwt, jwt-token, vscode, vscode-extension, vscode-plugin
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=yokawasa.jwt-debugger
- Size: 531 KB
- Stars: 5
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# vscode-jwt-debugger
VS Code extension for decoding JWT tokens - VS Code version of JWT debugger at [jwt.io](https://jwt.io/)

## Features
vscode-jwt-debugger allows you to decode JWT. You simply need to select JWT encoded string and execute command `JWT Debugger Decode` either in `Command Palette` or with keybind `Ctrl+Shift+d` (Mac: `Cmd+Shift+d`), then you'll see decoded JWT on a webview panel like this:

If `JWT Debugger Decode` command is executed without selecting JWT string, the following input terminal will be displayed so that users can insert their token into input terminal and decode.

## Installation
- Open the `Command Palette` of VS Code with `Ctrl + P` or `Cmd + P`(MacOS)
- And type: `ext install yokawasa.jwt-debugger`
or find at [Marketplace](https://marketplace.visualstudio.com/)
## Command & Shortcut
| Command | Shortcut | Description |
| --- | --- | --- |
| `JWT Debugger Decode` | `Ctrl+Shift+d`
(Mac: `Cmd+Shift+d`) | Decode selected JWT Token text |
> NOTE: The command `JWT Debugger Decode` and its shortcut key are NOT available when there is no selected text.
## Change Log
See [Change Log](CHANGELOG.md)
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/yokawasa/vscode-jwt-debugger