feat(backend): rate limit auth routes with tower_governor
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user