Releases: novotnyr/jwt-intellij-plugin
Releases · novotnyr/jwt-intellij-plugin
v0.10-RC1
Handle unclassified security context exceptions in validation UI
v0.9
- Declare project-wise RS256 keypair files for JWT signatures. In Preferences (Tools / JWT), set path to a public key and a RSA private key. These will be used as default keypair in JWT validation.
- Set minimum level to IntelliJ IDEA 16 or newer.
v0.8
- RS256-based token can be validated with public key even when private key is missing
- Improve compatibility with 2020.1 platforms
v0.7
- Allow scrollbars in text area of encoded JWT
- Use syntax highlighting in raw claims editor
- Display claim values dialog even if secret or key is unavailable.
- Export JWT payload into scratch editor as JSON
v0.6
Support map-like assertions (contributed by espartero)
v0.5
- Add support for RS256 private/public key signatures
v0.4
- Support adding, editing and removing of arbitrary raw JSON claim values
- Create a brand new JWT from a scratch
- Various user interface improvements and bugfixes when editing claims
v0.3
- Allow adding and removing claims from claim table
- Handle exception when copying an empty JWT to clipboard
v0.2
- Introduce claim editor: string, numeric, boolean values are allowed, timestamps have a dedicated editor
- Copy JWT payload to clipboard as a JSON
- Configure timestamp display format in view menu: use unix timestamp, ISO format or relative ("x seconds ago")