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
+22
View File
@@ -0,0 +1,22 @@
# Auth / Session Service Docs
This directory keeps service-local documentation that is too detailed for the
root architecture document and too operational for the OpenAPI specs.
Sections:
- [Runtime and components](runtime.md)
- [Auth, revoke, and repair flows](flows.md)
- [Operator runbook](runbook.md)
- [Configuration and contract examples](examples.md)
Primary references:
- [`../README.md`](../README.md) for service scope, contracts, and core domain
rules
- [`../api/public-openapi.yaml`](../api/public-openapi.yaml) for the public
REST contract
- [`../api/internal-openapi.yaml`](../api/internal-openapi.yaml) for the
trusted internal REST contract
- [`../../gateway/README.md`](../../gateway/README.md) for the downstream
consumer of authsession's public DTOs and Redis session projection