Skip to content

2.4.0

Compare
Choose a tag to compare
@ramosbugs ramosbugs released this 27 Oct 00:36
· 85 commits to main since this release

New Features

  • Add CoreJsonWebKeyUse::Other variant to avoid JWK deserialization errors when unsupported keys are present in a provider's JWK set (c25eb06)
  • Optionally accept string boolean fields behind accept-string-booleans Cargo feature flag to interoperate with non-RFC-compliant Apple OAuth (#84)

Bug Fixes

  • Make CoreRsaPrivateSigningKey implement Send (#93)
  • Fix typos in documentation (#81)