implement auth (register, login, logout)

This commit is contained in:
Matteo Rosati
2026-02-10 20:24:02 +01:00
parent b10cd41cb3
commit 266a1249d7
9 changed files with 293 additions and 4 deletions

View File

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