Releases: jsonwebtoken/jsonwebtoken.github.io
Releases · jsonwebtoken/jsonwebtoken.github.io
Extensions - 2.1.3
Bugfix release:
- Show a link for the licence.
Extensions - 2.1.2
Fixed in this release:
- Tooltip flickering on Firefox.
- Date parsing for dates in ISO format.
Added:
- More claim descriptions.
Extensions - 2.1.1
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
Bug fix release:
- Analytics re-enabled.
- JWT.io extension detection fixed.
Extensions - 2.0.0
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
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).