implement user authentication, role-based access control, and multi-user instance isolation

This commit is contained in:
CPTN Cosmo 2026-04-18 17:00:13 +02:00
parent 844879d301
commit bb7053b01e
6 changed files with 354 additions and 19 deletions

View file

@ -5,3 +5,4 @@ pyotp==2.9.0
httpx==0.25.1
pydantic==2.4.2
itsdangerous==2.1.2
passlib[bcrypt]==1.7.4