firebase-auth
firebase-auth copied to clipboard
A framework extractor middleware for verifying JWT tokens from Firebase Authentication, supporting Rust Actix and Axum web frameworks.
Hi! I am quite new to Rust so not sure if I am approaching this the wrong way. Would it be possible to use a trait instead of a struct...
Hi Thanks for your library! I want to use it in a app where I don't want to use openssl. However using reqwest's default features drags in openssl as a...
Hi, thank you for the wonderful crate! I have a question regarding the implementation of `FirebaseAuth`. Since `FirebaseAuth` implements `Clone`, it can be cloned. Additionally, it also implements `Drop`, which...