Skip to content

Release [1.6.0] - 2021-10-26

Latest
Compare
Choose a tag to compare
@victorolinasc victorolinasc released this 26 Oct 14:06
· 19 commits to master since this release
78b5308

[1.6.0] - 2021-10-26

This release brings a more resilient parsing of JWK sets. If the provider has encryption keys along with signing keys, we skip them.

Also, since JWS specification has some algorithms that are not natively available to all installations (Edwards curves for example) we also skip those. This aims to avoid a server not loading other keys if one is not supported.

Changed

  • Update Hackney spec to include 1.18 versions (thanks to @J3RN)
  • Add patch level to 1.18 spec (thanks to @J3RN)
  • More resilient parsing of JWKs (#28)