feat: login sistemi için tower-governor ile IP bazlı rate limit eklendi
All checks were successful
Build MIPS Binary / build (push) Successful in 4m21s

This commit is contained in:
spinline
2026-02-08 13:48:04 +03:00
parent 2e36c28c0d
commit 4f1c6326fd
4 changed files with 263 additions and 4 deletions

View File

@@ -39,3 +39,5 @@ 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"
governor = "0.10.4"