github ramosbugs/openidconnect-rs 2.0.0-alpha.3

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

Breaking Changes

  • Raise minimum supported Rust version (MSRV) to 1.45
  • Rename set_redirect_url to set_redirect_uri (see #39 for context).
  • Upgrade reqwest to 0.11 and rename feature flag from reqwest-010 to reqwest. This upgrades tokio to 1.0.
  • Add #[non_exhaustive] attribute to AuthType to support non-breaking additions in the future
  • Have Client::user_info fail fast with a new ConfigurationError enum when the relevant OAuth2 endpoint hasn't been configured from the OpenID Connect Discovery metadata. Previously, an error would not be returned until a call to request/request_async.

New Features

Other Changes

  • Add extra_fields() getter to StandardTokenIntrospectionResponse

Don't miss a new openidconnect-rs release

NewReleases is sending notifications on new releases.