3.0.0-alpha.1
Pre-release
Pre-release
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
andreqwest
are included as HTTP clients; users may implement their own (passed torequest
orrequest_async
for each token exchange).- The
insecure
module has been removed.