docs: architecture link to user service

This commit is contained in:
Ilia Denisov
2026-04-09 09:01:48 +02:00
parent 7043af4cb3
commit a0d7178aef
+2 -2
View File
@@ -228,7 +228,7 @@ Direct integrations:
* synchronous to `Mail Service` for auth-code delivery; * synchronous to `Mail Service` for auth-code delivery;
* asynchronous session lifecycle projection into Redis for gateway consumption. * asynchronous session lifecycle projection into Redis for gateway consumption.
## 3. User Service ## 3. [User Service](user/README.md)
`User Service` owns user identity and profile as platform-level business data. `User Service` owns user identity and profile as platform-level business data.
@@ -918,7 +918,7 @@ Recommended order for implementation is:
2. **Auth / Session Service** (implemented) 2. **Auth / Session Service** (implemented)
Public auth flow, `device_session`, revoke/block lifecycle, gateway session projection. Public auth flow, `device_session`, revoke/block lifecycle, gateway session projection.
3. **User Service** 3. **User Service** (planned)
Platform user identity, roles, tariffs/entitlements, user limits, settings, sanctions, and current `declared_country`. Platform user identity, roles, tariffs/entitlements, user limits, settings, sanctions, and current `declared_country`.
4. **Mail Service** 4. **Mail Service**