feat(auth): throttle password login attempts

This commit is contained in:
2026-07-21 12:23:12 +02:00
parent e91935c03a
commit 8c74e360d2
6 changed files with 666 additions and 3 deletions

View File

@@ -11,7 +11,8 @@ requires-python = ">=3.12"
license = { file = "LICENSE" }
authors = [{ name = "GovOPlaN" }]
dependencies = [
"govoplan-core>=0.1.8",
"govoplan-core>=0.1.9",
"redis>=5,<6",
"SQLAlchemy>=2,<3",
]