add register, login, logout views

This commit is contained in:
Matteo Rosati
2026-02-11 11:53:06 +01:00
parent 160a8bf020
commit 6bce72e866
13 changed files with 402 additions and 3 deletions

View File

@@ -6,6 +6,7 @@ readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"django>=6.0.2",
"django-ratelimit>=4.1.0",
"djangorestframework>=3.16.1",
"djangorestframework-simplejwt>=5.5.0",
"pydantic>=2.12.5",