This commit is contained in:
Marek
2026-04-19 19:22:36 +02:00
parent 18fc50c75b
commit 65157da61d
58 changed files with 222 additions and 7 deletions

View File

@@ -0,0 +1,12 @@
- login user
- register user
- chnage password
-
-
- registration, login, refresh, logout, password change, own profile
- routes: POST /register, /login, /refresh, /logout, /change-password; GET/PUT /me
- events emit: user.registered, user.logged_in
- depends on: core
- seeds: admin@example.com + demo customer
- room for growth: OAuth/SSO, API-tokens for third-party apps, 2FA, refresh-token rotation, impersonation, B2B company accounts

View File

@@ -0,0 +1,3 @@
- __init__.py:
- models.py (User, RefreshToken)
- manifest.yaml