Skip to content

4.0.0-alpha.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@ramosbugs ramosbugs released this 20 Feb 00:35
· 121 commits to main since this release

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)