Secure user worker operations
coordinator / test (push) Canceled after 0s
users / test (push) Canceled after 0s

This commit is contained in:
Emil
2026-07-27 22:23:08 +03:00
parent 7d8998408c
commit fa76133efc
9 changed files with 147 additions and 22 deletions
+3
View File
@@ -5,6 +5,9 @@ and issues the JWTs the coordinator trusts. It is a **separate bounded context**
from the coordinator: its own database, its own binary. The only thing shared
between the two services is the JWT signing secret.
The versioned external contract is
[`docs/user-service-api-contract.md`](../docs/user-service-api-contract.md).
Built as a modular monolith following Clean Architecture — one binary, four
layers, dependencies pointing strictly inward: