feat(backend): rate limit auth routes with tower_governor

This commit is contained in:
2026-06-06 17:50:36 +03:00
parent b5e76b0368
commit ec1c458bb7
3 changed files with 239 additions and 14 deletions

View File

@@ -22,6 +22,7 @@ argon2 = "0.5.3"
rand = "0.10.1"
futures-util = "0.3.32"
mime_guess = "2.0.5"
tower_governor = { version = "0.8.0", default-features = false, features = ["axum", "tracing"] }
[dev-dependencies]
axum-test = "20.0.0"