Add rate limiting to login endpoint (5 req/sec burst)
Some checks failed
Build MIPS Binary / build (push) Failing after 3m37s

This commit is contained in:
spinline
2026-02-07 20:31:27 +03:00
parent e23585dfea
commit 37d13f14d8
3 changed files with 250 additions and 3 deletions

View File

@@ -39,3 +39,4 @@ axum-extra = { version = "0.10", features = ["cookie"] }
rand = "0.8"
anyhow = "1.0.101"
time = { version = "0.3.47", features = ["serde", "formatting", "parsing"] }
tower_governor = "0.8.0"