Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-26T21:17:31.000Z (4 months ago)
- Last Synced: 2024-10-04T15:55:09.777Z (3 months ago)
- Topics: intellij-plugin, jsonwebtoken, jwt
- Language: Java
- Homepage: https://plugins.jetbrains.com/plugin/9831-jwt-json-web-token-analyzer
- Size: 5.48 MB
- Stars: 14
- Watchers: 4
- Forks: 5
- Open Issues: 3
-
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
![Screenshot](screenshot.png)## Usage
After installation, toggle the JWT tool window via a button in the right section of the IDE window.
![JWT Tool Window](screenshot-intellij-right-panel.png)
Alternatively, you can display the JWT tool window via menu *View → Tool Windows → JWT*.