googauth-lib

Crates.iogoogauth-lib
lib.rsgoogauth-lib
version0.8.1
sourcesrc
created_at2021-02-05 20:37:37.353457
updated_at2023-02-10 09:15:57.02732
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
size18,891
Erik Zivkovic (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: 17

cargo fmt