ezoauth
An easy to use OAuth2 client for rust
The crate automatically starts a webserver in a background thread and makes the authorization flow a simple matter of calling ezoauth::authenticate with your OAuthConfig.
Example Usage
let config = OAuthConfig ;
let = authenticate?;
println!;
let token = rx.recv.unwrap?;
LICENSE
MIT © Jakob Hellermann