Squashed commit of the following:
commita6a5de4a35Author: ahtlon <git@ahtlon.de> Date: Fri May 15 20:47:45 2026 +0200 Auth working :) commit6ad50df3c2Author: ahtlon <git@ahtlon.de> Date: Fri May 8 13:17:32 2026 +0200 Implement auth I basically copied this article https://fastapi.tiangolo.com/tutorial/security/oauth2-jwt commit6243618abbAuthor: ahtlon <git@ahtlon.de> Date: Fri May 8 12:18:56 2026 +0200 Add auth deps
This commit is contained in:
@@ -9,6 +9,9 @@ dependencies = [
|
||||
"sqlmodel>=0.0.38",
|
||||
"poetry>=2.3.4",
|
||||
"python-desfire",
|
||||
"paho-mqtt>=2.1.0",
|
||||
"pyjwt[crypto]>=2.12.1",
|
||||
"pwdlib[argon2]>=0.3.0",
|
||||
]
|
||||
|
||||
[tool.uv.sources]
|
||||
|
||||
Reference in New Issue
Block a user