Releases: auth0/node-jws
Releases · auth0/node-jws
v4.0.0
* [MAJOR]: jwa was updated and now matches algorithm names case-sensitively. Should a jws header have an alg such as "es256" instead of the IANA registered "ES256" it will now throw. See https://github.com/brianloveswords/node-jwa/releases/tag/v2.0.0 for more details
v3.2.2
v3.2.1
v3.2.0
v3.1.5: 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 README (Thanks @MMDF!)