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
View File
@@ -21,5 +21,6 @@ uuid.workspace = true
tracing.workspace = true
base64.workspace = true
sha2.workspace = true
reqwest.workspace = true
dotenvy = { workspace = true }
tracing-subscriber = { workspace = true, features = ["env-filter"] }