使用了jwt作为身份验证和分发

This commit is contained in:
2025-09-26 13:48:18 +08:00
parent 4f0a171366
commit 1c2eb82248
5 changed files with 217 additions and 76 deletions

View File

@@ -8,6 +8,7 @@ actix-web = "4.11.0"
chrono = {version = "0.4.41", features=["serde"]}
dotenvy = "0.15.7"
error = "0.1.9"
jsonwebtoken = "9.3.1"
reqwest = { version = "0.12.23", features=["json"]}
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.143"