33 releases (18 breaking)
Uses new Rust 2024
new 0.19.0 | Apr 16, 2025 |
---|---|
0.18.0 | Feb 18, 2025 |
0.17.2 | Nov 26, 2024 |
0.16.0 | Jun 27, 2024 |
0.1.1 | Nov 28, 2021 |
#511 in Network programming
379,642 downloads per month
Used in 220 crates
(16 directly)
445KB
8K
SLoC
Google Cloud Client Libraries for Rust - Authentication Components
WARNING: this crate is under active development. We expect multiple breaking changes in the upcoming releases. Testing is also incomplete, we do not recommend that you use this crate in production. We welcome feedback about the APIs, documentation, missing features, bugs, etc.
This crate contains types and functions used to authenticate applications on Google Cloud. The SDK clients consume an implementation of credentials::Credentials and use these credentials to authenticate RPCs issued by the application.
Authentication methods at Google is a good introduction on the topic of authentication for Google Cloud services and other Google products. The guide also describes the common terminology used with authentication, such as Principals, Tokens, and Credentials.
Google Cloud Client Libraries for Rust - Authentication
The Client Libraries for Rust are under active development. We are creating placeholder crates so we can reference them in our code and tooling.
WARNING: this crate is under active development. We expect multiple breaking changes in the upcoming releases. Testing is also incomplete, we do not recommend that you use this crate in production. We welcome feedback about the APIs, documentation, missing features, bugs, etc.
This crate used to contain a different implementation, with a different surface. @yoshidan generously donated the crate name to Google. Their crate continues to live as gcloud-auth.
Dependencies
~19–32MB
~558K SLoC