Skip to content

Releases: auth0/node-jwa

v2.0.1

07 May 11:39
02f44f3

Choose a tag to compare

What's Changed

  • Replace buffer-equal-constant-time with crypto.timingSafeEqual by @Tango992 in #52

Full Changelog: v2.0.0...v2.0.1

v1.4.2

07 May 11:55
0b83ff8

Choose a tag to compare

What's Changed

  • Replace buffer-equal-constant-time with crypto.timingSafeEqual by @Tango992 in #52

Full Changelog: v1.4.1...v1.4.2

v2.0.0

15 Dec 16:16
v2.0.0
8ddd78a

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

Choose a tag to compare

* Fix PS* signatures to match spec. Thanks @panva!

v1.4.0

02 Mar 03:48
v1.4.0
9c22a78

Choose a tag to compare

* [MINOR] HS* and PS* support KeyObjects if available

v1.3.0

20 Feb 14:54
v1.3.0
76fbfad

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

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

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