Skip to content

Releases: auth0/node-jwa

v2.0.0

15 Dec 16:16
v2.0.0
8ddd78a
Compare
Choose a tag to compare
* [MAJOR] Algorithm name matching is now case-sensitive. See
  5ff495b48e81826a4b367633bb7e43e94326caa9 for details.

v1.4.1

16 Mar 15:22
v1.4.1
5b3bcee
Compare
Choose a tag to compare
* Fix PS* signatures to match spec. Thanks @panva!

v1.4.0

02 Mar 03:48
v1.4.0
9c22a78
Compare
Choose a tag to compare
* [MINOR] HS* and PS* support KeyObjects if available

v1.3.0

20 Feb 14:54
v1.3.0
76fbfad
Compare
Choose a tag to compare
* [MINOR] RS* and ES* support KeyObjects if available
    See https://nodejs.org/api/crypto.html#crypto_class_keyobject
* Update ecdsa-sig-formatter to 1.0.11
    * non-functional, added TypeScript typings

v1.2.0

25 Jan 21:09
v1.2.0
7c31024
Compare
Choose a tag to compare
* [MINOR] Support for PS256, PS384, PS512. Thanks @csprl!
* Super crisp build badge in README. Thanks @MarkHerhold!

v1.1.6: inline base64url

14 May 15:08
v1.1.6
95d4732
Compare
Choose a tag to compare
* The base64url package has issues with TypeScript and also
  has an open vulnerability reported on HackerOne (not
  affected).

  Most replacement packages are only compatible with Node 4+
  so inlining an implementation in order to release with a
  patch version

* Update ecdsa-sig-formatter to v1.0.10