Skip to content

Releases: novotnyr/jwt-intellij-plugin

v0.10-RC1

12 Feb 00:10
Compare
Choose a tag to compare
v0.10-RC1 Pre-release
Pre-release
Handle unclassified security context exceptions in validation UI

v0.9

09 Feb 23:18
Compare
Choose a tag to compare
  • 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

06 Feb 08:52
Compare
Choose a tag to compare
  • RS256-based token can be validated with public key even when private key is missing
  • Improve compatibility with 2020.1 platforms

v0.7

29 Jan 22:57
Compare
Choose a tag to compare
  • 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

18 Oct 08:53
Compare
Choose a tag to compare
  • Support map-like assertions (contributed by espartero)
  • v0.5

    27 Apr 21:59
    Compare
    Choose a tag to compare
    • Add support for RS256 private/public key signatures

    v0.4

    19 Oct 12:54
    Compare
    Choose a tag to compare
    • 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

    30 Oct 16:36
    Compare
    Choose a tag to compare
    • Allow adding and removing claims from claim table
    • Handle exception when copying an empty JWT to clipboard

    v0.2

    25 Jul 17:00
    Compare
    Choose a tag to compare
    • 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")

    v0.1

    09 Jul 16:14
    Compare
    Choose a tag to compare

    Initial release