feat(auth): Enhance Google OAuth flow with async email extraction and caching

This commit is contained in:
MythEclipse
2025-08-12 19:25:10 +07:00
parent 44b1e09551
commit b40a430c49
11 changed files with 204 additions and 34 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ pub mod csrf_token;
pub use logger::init_logger;
pub use bind_filter::*;
pub use extract_email::*;
pub use extract_email::{extract_email, extract_email_async, extract_email_token, extract_email_token_async};
pub use generate_date::*;
pub use generate_otp::*;
pub use get_id::*;