jwt-decoderA simple VS Code extension to decode your JSON Web Tokens (JWT) Command paletteThe extension's name within the Command Palette is FeaturesThe extension currently allows you to decode selected JWT strings in three differents ways: Hovering over the selected tokenFrom any saved file,
Selected JWT string within an VS Code untitled tabIf you call the extension cammand against a
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.
|


