Skip to content

Releases: joken-elixir/joken_jwks

Release [1.6.0] - 2021-10-26

26 Oct 14:06
78b5308
Compare
Choose a tag to compare

[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)

Release [1.5.0] - 2021-09-25

26 Sep 02:18
Compare
Choose a tag to compare

[1.5.0] - 2021-09-25

Changed

  • Use hackney v1.17.4
  • Documentation re-organization (#22 thanks to @kianmeng)
  • Conditional telemetry version (#23 thanks to @J3RN)

Release [1.4.0] - 2020-09-27

27 Sep 18:28
61b808b
Compare
Choose a tag to compare

[1.4.0] - 2020-09-27

Changed

  • (Emil Bostijancic) upgrades hackney dependency to 1.16.0 (#17)
  • Updated deps

Fixed

Release [1.2.0] - 2019-11-08

09 Nov 02:29
Compare
Choose a tag to compare

[1.2.0] - 2019-11-08

Added

  • (René Mygind Andersen) #7 Adds support for parsing JWKS returned with content-type 'applicat…

Changed

  • (@ltj) Use hackney v1.15.2

Release [1.1.0] - 2019-03-06

06 Mar 23:50
a1c6020
Compare
Choose a tag to compare

[1.1.0]

Added

  • Options for explicitly telling which algorithm will use for the parsed signers;
  • HTTP options for retry and adapter;
  • Integration tests for Google and Microsoft JWKS endpoints.

Fixed

  • Fixed docs about how to use DefaultStrategyTemplate and Fixed spelling (#4 thanks to @bforchhammer)