Skip to content

3.0.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@ramosbugs ramosbugs released this 10 Jun 04:57

Experimental new API with support for asynchronous requests and arbitrary HTTP clients.

This release features significant breaking changes from the 2.x release branch:

  • Authorization and token exchange requests now use the builder pattern.
  • curl and reqwest are included as HTTP clients; users may implement their own (passed to request or request_async for each token exchange).
  • The insecure module has been removed.