Sandbox orientado a contratos del Bounded Context Auth de VIVO, que expone definiciones OpenAPI y AsyncAPI junto con mocks en Gleam para integración y desarrollo de aplicaciones mobile y web.
  • Gleam 99.4%
  • Shell 0.6%
Find a file
Hender Orlando 1b355b6469 refactor(tdd-issue-4): orchestrate application flows through runtime ports
RED: added execute_with tests proving injected clock/id ports are required for registry and recovery flows.

GREEN: introduced ApplicationPorts runtime and rewired use-cases to use clock/id ports instead of inline fixture constants.
2026-04-24 15:18:19 -05:00
docs TDD 01: bootstrap BC auth core and shared context 2026-04-24 14:37:03 -05:00
src/auth refactor(tdd-issue-4): orchestrate application flows through runtime ports 2026-04-24 15:18:19 -05:00
test refactor(tdd-issue-4): orchestrate application flows through runtime ports 2026-04-24 15:18:19 -05:00
.gitignore TDD 01: bootstrap BC auth core and shared context 2026-04-24 14:37:03 -05:00
gleam.toml TDD 01: bootstrap BC auth core and shared context 2026-04-24 14:37:03 -05:00
manifest.toml TDD 01: bootstrap BC auth core and shared context 2026-04-24 14:37:03 -05:00
README.md TDD 01: bootstrap BC auth core and shared context 2026-04-24 14:37:03 -05:00

BC Auth

bc-auth is a bounded-context-first authentication boilerplate in Gleam.

Current scope

  • Establish repository skeleton and shared architecture language.
  • Keep domain and application layers provider-agnostic.
  • Start from strict TDD and small composable modules.

Getting started

gleam test