Releases: auth0/node-jwa
Releases · auth0/node-jwa
v2.0.0
* [MAJOR] Algorithm name matching is now case-sensitive. See
5ff495b48e81826a4b367633bb7e43e94326caa9 for details.
v1.4.1
* Fix PS* signatures to match spec. Thanks @panva!
v1.4.0
* [MINOR] HS* and PS* support KeyObjects if available
v1.3.0
* [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
* [MINOR] Support for PS256, PS384, PS512. Thanks @csprl!
* Super crisp build badge in README. Thanks @MarkHerhold!
v1.1.6: inline base64url
* 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