feat(auth): 服务端托管 Google OAuth,desktop 轮询登录;补充服务端环境变量文档
Some checks failed
Secrets v3 CI / 检查 (push) Failing after 2m6s

This commit is contained in:
agent
2026-04-14 20:28:52 +08:00
parent e6bd2225cd
commit 1762b69d1f
10 changed files with 708 additions and 228 deletions

View File

@@ -20,6 +20,9 @@ tracing-subscriber.workspace = true
uuid.workspace = true
chrono.workspace = true
reqwest.workspace = true
sha2.workspace = true
url.workspace = true
base64 = "0.22.1"
secrets-application = { path = "../../crates/application" }
secrets-device-auth = { path = "../../crates/device-auth" }