Add rate limiting to login endpoint (5 req/sec burst)
Some checks failed
Build MIPS Binary / build (push) Failing after 3m37s
Some checks failed
Build MIPS Binary / build (push) Failing after 3m37s
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user