googauth-lib

Crates.iogoogauth-lib
lib.rsgoogauth-lib
version0.9.0
created_at2021-02-05 20:37:37.353457+00
updated_at2025-09-08 12:13:24.639268+00
descriptionA library that uses OpenID Connect to sign in to a Google account, and store the credentials locally for ease of use
homepagehttps://github.com/bes/googauth
repositoryhttps://github.com/bes/googauth
max_upload_size
id351300
size89,236
Erik Živković (bes)

documentation

https://docs.rs/googauth-lib

README

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.

Commit count: 19

cargo fmt