- WHY: establish Stage 3 task-001 execution baseline per repo intent - WHAT: add minimal solution/project skeleton and boundary docs - RULE: apply stage3 execution runtime and repository workflow directives
17 lines
399 B
Markdown
17 lines
399 B
Markdown
# Identity Edge API
|
|
|
|
## Active External Protocol
|
|
|
|
- REST is the active external protocol for this BFF deployment.
|
|
|
|
## Entrypoints
|
|
|
|
- `POST /api/identity/token`
|
|
- `POST /api/identity/session/refresh`
|
|
|
|
## Boundary Notes
|
|
|
|
- Endpoint handlers perform edge validation and permission checks.
|
|
- Business orchestration remains in thalos-service.
|
|
- Identity abstractions remain owned by Thalos repositories.
|