Rust Google Authentication Library
A simple Rust library for verifying Google auth tokens.
Installation
Add this to your Cargo.toml:
[]
= "0.1.4"
Usage
use AuthVerifierClient;
async
Contributing
Contributions are welcome! Please open an issue or submit a pull request.
Acknowledgements
- The api is inspired by the google auth library in python.
- May Lukas's medium article was also a major inspiration and resource to understand JWTs.