update
This commit is contained in:
12
doc/core-apps/auth/features.md
Normal file
12
doc/core-apps/auth/features.md
Normal 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
|
||||
3
doc/core-apps/auth/specs.md
Normal file
3
doc/core-apps/auth/specs.md
Normal file
@@ -0,0 +1,3 @@
|
||||
- __init__.py:
|
||||
- models.py (User, RefreshToken)
|
||||
- manifest.yaml
|
||||
Reference in New Issue
Block a user