google-signin-rs
google-signin-rs copied to clipboard
Rust API bindings for Google Sign-in
Please consider publishing v0.4 to crates.io, which currently still has v0.3.
This has been updated in the code base and is confusing to new users
In PR #4, @da-x introduced a `CachedCerts` which fetches certificates and their corresponding expiry information, however using the expiry information to periodically refresh certificates was left as an exercise to...
Adding dependency to cargo.toml results in error
For high-volume sign-ins, Google recommends caching their client certificate according to cache-control headers on the HTTPS request used to fetch them. We should switch the main `verify` function to use...
The error message is: "failed to select a version for the requirement `untrusted = "^0.5"`"
Hi, on crates.io, the "Repository" link points to https://github.com/wyyerd/google-signin which is missing the "-rs". Cheers, R
``` $ cargo add google-signin Updating crates.io index Adding google-signin v0.3.0 to dependencies. Features: + hyper-rustls + with-rustls - hyper-openssl - with-openssl error: failed to select a version for the...