feat: authsession service

This commit is contained in:
Ilia Denisov
2026-04-08 16:23:07 +02:00
committed by GitHub
parent 28f04916af
commit 86a68ed9d0
174 changed files with 31732 additions and 112 deletions
+2 -2
View File
@@ -37,7 +37,7 @@ flowchart LR
## Main Components
### 1. Edge Gateway
### 1. [Edge Gateway](./gateway/README.md)
The gateway is the only public entry point for client traffic.
@@ -58,7 +58,7 @@ Responsibilities:
The gateway must not implement domain-specific business logic.
### 2. Auth / Session Service
### 2. [Auth / Session Service](./authsession/README.md)
This service owns authentication and device session lifecycle.