Releases: joken-elixir/joken_jwks
Releases · joken-elixir/joken_jwks
Release [1.6.0] - 2021-10-26
[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
Release [1.5.0] - 2021-09-25
Release [1.4.0] - 2020-09-27
[1.4.0] - 2020-09-27
Changed
- (Emil Bostijancic) upgrades hackney dependency to 1.16.0 (#17)
- Updated deps
Fixed
- (@seancribbs) Address unmatched return warnings from Dialyzer (#16)
Release [1.2.0] - 2019-11-08
Release [1.1.0] - 2019-03-06
[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)