jwt-decoderSimple 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 input box to message boxFrom 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. |