Basic user model and login authentication :]
This commit is contained in:
parent
a87ed0b0f3
commit
859d2e7a98
8 changed files with 315 additions and 4 deletions
|
|
@ -17,6 +17,8 @@ dependencies = [
|
|||
"python-multipart",
|
||||
"pydantic_settings",
|
||||
"httpx>=0.28.1",
|
||||
"pyjwt>=2.13.0",
|
||||
"pwdlib[argon2]>=0.3.0",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
|
|
|
|||
Loading…
Reference in a new issue