actix-firebase-auth 0.6.2

Firebase ID token verification for Actix Web using Google's JWKs
Documentation
1
2
3
4
5
6
7
mod error;
pub use error::*;

#[cfg(feature = "idp-google")]
mod google;
#[cfg(feature = "idp-google")]
pub use google::*;