Crates.io | googauth-lib |
lib.rs | googauth-lib |
version | 0.8.1 |
source | src |
created_at | 2021-02-05 20:37:37.353457 |
updated_at | 2023-02-10 09:15:57.02732 |
description | A library that uses OpenID Connect to sign in to a Google account, and store the credentials locally for ease of use |
homepage | https://github.com/bes/googauth |
repository | https://github.com/bes/googauth |
max_upload_size | |
id | 351300 |
size | 18,891 |
This is the library crate that goes along with the application googauth
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.
See googauth main.rs for canonical usage.
See docs.rs/googauth-lib.