github ramosbugs/openidconnect-rs 2.0.0-beta.1

latest releases: 4.0.1, 4.0.0, 4.0.0-rc.1...
pre-release4 years ago

Breaking Changes

  • Add rustls-tls (default) and native-tls feature flags for use with reqwest. Previously, enabling the reqwest feature flag would always use rustls. The default behavior is unchanged, but users that disable the default features and wish to continue using rustls may wish to add the rustls-tls feature flag to their Cargo.toml.
  • Expose serde_path_to_error::Error<serde_json::Error>> instead of a serde_json::Error to improve the diagnosability of JSON deserialization errors in the following enum variants:
    • DiscoveryError::Parse
    • RequestTokenError::Parse
    • UserInfoError::Parse
    • registration::ClientRegistrationError::Parse

Don't miss a new openidconnect-rs release

NewReleases is sending notifications on new releases.