Skip to content

Releases: jsonwebtoken/jsonwebtoken.github.io

Extensions - 2.1.3

17 May 13:04
Compare
Choose a tag to compare

Bugfix release:

  • Show a link for the licence.

Extensions - 2.1.2

26 Apr 23:07
Compare
Choose a tag to compare

Fixed in this release:

  • Tooltip flickering on Firefox.
  • Date parsing for dates in ISO format.

Added:

  • More claim descriptions.

Extensions - 2.1.1

26 Apr 01:45
Compare
Choose a tag to compare

Fixed in v2.1.1:

  • Analytics inline script caused problems due to extension restrictions, moved it to file.

NEW in v2.1.0:

  • Minimum length tooltips for HMAC secrets.
  • Claim tooltips with information about them.
  • Plain RSA public keys support (keys without X.509 header).

Extensions - 2.0.2

02 Mar 00:08
Compare
Choose a tag to compare

Bug fix release:

  • Analytics re-enabled.
  • JWT.io extension detection fixed.

Extensions - 2.0.0

28 Feb 01:32
Compare
Choose a tag to compare

NEW IN v2.0.0:

  • More algorithms, including PS and ES variants.
  • Human readable tooltips for timestamps in claims.
  • Automatic public-key download for JWKs (x5u, x5c, jku, jwk) and Auth0 keys.
  • Firefox support (check the Firefox addons page!).
  • Streamlined code for smaller size and better performance.
  • Major refactor: stages 1, 2, 3, 4, 5

Features:

  • Debug JWTs easily and visually.
  • Support for HS256/384/512 (HMAC + SHA) signatures.
  • Support for RS256/384/512 (RSA) signatures.
  • Support for PS256/384 (RSA) signatures.
  • Support for ES256/384 (ECDSA) signatures.
  • Easily edit all JWTs from the current tab in cookies or web storage.
  • Get shareable URLs for your JWTs.

Stage 3 - Extension Internal Beta

19 Jan 20:02
Compare
Choose a tag to compare
Pre-release

This is the extension that gets built from the same source as JWT.io. It works on Firefox and Chrome (though install steps are different).