docs: record OTP template wiring

This commit is contained in:
2026-08-30 15:24:42 +03:30
parent 372f090c80
commit b7eff051da
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -288,6 +288,7 @@ The current composition root is `cmd/serve.go`; `repository.System` aggregates P
- Added explicit OTP `Store` and `Sender` application contracts, isolating persistence and delivery concerns for the next adapter migration; full Auth tests pass in `8fbfcff`.
- Added concrete infrastructure adapters for the Redis OTP store and Kavenegar sender while preserving existing key/TTL behavior; full Auth tests pass in `cde73ef`.
- Wired the OTP adapters into runtime composition and generation, delivery, verification, and deletion paths while retaining compatibility fallback; full Auth tests pass in `c951875`.
- Wired the OTP template repository port and adapter into runtime composition and TFA processing; legacy fallback remains for compatibility and full Auth tests pass in `741415b`.
- A004 remains in progress: template lookup, delivery, verification, and thin gRPC adapter extraction still use the legacy use-case/repository composition.
### `I001` — publisher-backed ICO purchase map