Commit Graph

5 Commits

Author SHA1 Message Date
José René White Enciso
2ea4e9f553 docs(pos-transactions-bff): align payable check workflows 2026-03-31 18:54:42 -06:00
José René White Enciso
2ba208f27e feat(pos-transactions-bff): add pos workflow endpoints 2026-03-31 16:33:40 -06:00
José René White Enciso
ff62214106 feat(pos-transactions-bff): harden session auth enforcement 2026-03-11 10:37:53 -06:00
José René White Enciso
f040a524bd feat(pos-transactions): enforce bff session auth
Why: protect pos transaction endpoints with thalos session validation.

What: add edge auth guard call to thalos session/me, preserve anonymous health endpoints, and add auth enforcement docs.

Rule: keep identity ownership in thalos and standardize edge auth behavior.
2026-03-08 15:07:38 -06:00
José René White Enciso
a279607e93 feat(pos-transactions): add payment edge flow
Why: baseline pending payment edge handlers and runtime assets before security wave.

What: add capture payment contracts/handlers, service adapter updates, and docs/docker assets.

Rule: keep technical intent and align repository workflow.
2026-03-08 15:00:08 -06:00