An IntelliJ IDEA plugin for JSON Web Tokens (JWT)
- Visualize JWT contents in a tabular form
- Verify signature (HS384, HS256 and RS256 support)
- Verify validity of timestamp-based claims
- Visualize timestamp-based claims in unix / ISO / human relative format
- Edit claim values: dedicated editor for string, timestamp, boolean, numeric and raw JSON values
- Download the latest release as a ZIP file.
- From IntelliJ settings, drill down to Plugins and install via Install Plug-in From disk button.
After installation, toggle the JWT tool window via a button in the right section of the IDE window.
Alternatively, you can display the JWT tool window via menu View → Tool Windows → JWT.