github ramosbugs/oauth2-rs 4.0.0-alpha.5

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

Breaking Changes

  • Have Client::exchange_device_code, Client::introspect, and Client::revoke_token fail fast with a new ConfigurationError enum when the relevant OAuth2 endpoint hasn't been configured by calling set_device_authorization_url, set_introspection_url, or set_revocation_url, respectively. Previously, an error would not be returned until a call to request/request_async (#127).

Other Changes

  • Add extra_fields() getter to StandardTokenIntrospectionResponse (#126)
  • Fix missing closing parenthesis in doc comment (#125)

Don't miss a new oauth2-rs release

NewReleases is sending notifications on new releases.