implement rate limiting for authentication routes and add custom error handling page

This commit is contained in:
Eduardo Silva
2026-03-16 13:42:20 -03:00
parent 685b4eb971
commit e1f128f217
6 changed files with 61 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ certifi==2026.2.25
cffi==2.0.0
click==8.3.1
cryptography==46.0.5
Deprecated==1.3.1
fastapi==0.135.1
h11==0.16.0
httpcore==1.0.9
@@ -15,7 +16,9 @@ httptools==0.7.1
httpx==0.28.1
idna==3.11
Jinja2==3.1.6
limits==5.8.0
MarkupSafe==3.0.3
packaging==26.0
pycparser==3.0
pydantic==2.12.5
pydantic-settings==2.13.1
@@ -24,6 +27,7 @@ pyotp==2.9.0
python-dotenv==1.2.2
python-multipart==0.0.22
PyYAML==6.0.3
slowapi==0.1.9
starlette==0.52.1
typing-inspection==0.4.2
typing_extensions==4.15.0
@@ -31,3 +35,4 @@ uvicorn==0.42.0
uvloop==0.22.1
watchfiles==1.1.1
websockets==16.0
wrapt==2.1.2