Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>JWT DecoderNew to Visual Studio Code? Get it now.
JWT Decoder

JWT Decoder

Igor Uzhviev

|
5,297 installs
| (2) | Free
Decodes JWT tokens
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

jwt-decoder README

Simple extension to decode JWT tokens.

Features

  1. Open a new document
  2. enter JWT token and run the extension
  3. ctrl+shit+p -> "JWT Token Decode"

Optionally: The languange picker will appear after the token is decoded, so you can type "json" and switch language. Once "json" languaged is set press alt+shift+f to format the token JSON.

Release Notes

0.0.4

Add support to copy the whole Authorization header (with Bearer prefix), it parses it out automatically.

0.0.3

JWT time values are now formatted in local and UTC time zones. Added the second command to display original JWT object (with unformatted time).

0.0.2

Fixed command name

0.0.1

Initial release of jwt-decoder

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