A Flow Launcher plugin to quickly decode JSON Web Tokens (JWT).
- Quickly decode JWTs directly from Flow Launcher.
- Displays header and payload information in a readable format.
- Open Flow Launcher.
- Type
pm install jwt-decoder
and press Enter.
Alternatively, you can manually download the latest release from the releases page and place the contents into your Flow Launcher plugins directory (%APPDATA%\FlowLauncher\Plugins
).
- Open Flow Launcher.
- Type the plugin keyword (default is likely
jwt
or similar, check your Flow Launcher settings if unsure). - Paste your JWT after the keyword.
- The decoded header and payload will be displayed in the results.
- After clicking
Enter
the desired part is coppied to clipboard.
This plugin was developed with the help of the flow-plugin
npm library, which simplified the development process for Flow Launcher plugins.
Contributions are welcome! Please feel free to open issues or submit pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.