feat: add WeChat session authentication

This commit is contained in:
2026-07-20 14:47:16 +08:00
parent 2ada52f35a
commit 67d29d3ca0
26 changed files with 1289 additions and 130 deletions

2
server/Cargo.lock generated
View File

@@ -1897,10 +1897,12 @@ dependencies = [
"chrono",
"dotenvy",
"hmac",
"rand 0.8.7",
"reqwest",
"serde",
"serde_json",
"sha1",
"sha2",
"sqlx",
"thiserror",
"tokio",