feat(api): Implement authentication router with register and login

This commit is contained in:
Yunxiao Xu
2026-02-10 12:25:53 -08:00
parent ab117296e4
commit 979e1ad2d6
3 changed files with 102 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ dependencies = [
"authlib>=1.3.0",
"httpx>=0.27.0",
"argon2-cffi>=23.1.0",
"email-validator>=2.1.0",
"fastapi>=0.109.0",
"uvicorn>=0.27.0",
"python-jose[cryptography]>=3.3.0",