github ramosbugs/oauth2-rs 4.0.0-alpha.3

latest releases: 5.0.0, 5.0.0-rc.1, 5.0.0-alpha.4...
pre-release4 years ago

Breaking Changes

  • Raise minimum supported Rust version (MSRV) to 1.45
  • 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

New Features

  • Add support for the plain (plaintext) PKCE verifier when the (non-default) pkce-plain feature flag is enabled. Use of this feature is discouraged for security reasons.

  • Add support for OAuth 2.0 Token Introspection.

    Special thanks to @jeroenvervaeke for contributing this feature.

Don't miss a new oauth2-rs release

NewReleases is sending notifications on new releases.