https://github.com/novotnyr/jwt-intellij-plugin
JWT (JSON Web Token) Analyzer for IntelliJ IDEA
https://github.com/novotnyr/jwt-intellij-plugin
intellij-plugin jsonwebtoken jwt
Last synced: about 2 months ago
JSON representation
JWT (JSON Web Token) Analyzer for IntelliJ IDEA
- Host: GitHub
- URL: https://github.com/novotnyr/jwt-intellij-plugin
- Owner: novotnyr
- Created: 2017-06-27T18:08:52.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2026-01-18T23:19:28.000Z (4 months ago)
- Last Synced: 2026-01-19T08:52:13.290Z (4 months ago)
- Topics: intellij-plugin, jsonwebtoken, jwt
- Language: Java
- Homepage: https://plugins.jetbrains.com/plugin/9831-jwt-json-web-token-analyzer
- Size: 5.55 MB
- Stars: 18
- Watchers: 4
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# JWT (JSON Web Token) Analyzer for IntelliJ IDEA
An IntelliJ IDEA plugin for JSON Web Tokens (JWT)
## Supported features
* 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
## Installing
1. Download the [latest release](https://github.com/novotnyr/jwt-intellij-plugin/releases) as a ZIP file.
2. From *IntelliJ* settings, drill down to *Plugins* and install via **Install Plug-in From disk** button.
## Screenshots

## Usage
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*.