googauth-lib 0.8.0

A library that uses OpenID Connect to sign in to a Google account, and store the credentials locally for ease of use
Documentation

googauth-lib

This is the library crate that goes along with the application googauth

Async runtime required

Since v0.8.0 the library has switched to using async version of its dependent libraries, which requires any clients to have an async runtime.

Example code

See googauth main.rs for canonical usage.

API surface

See docs.rs/googauth-lib.