learning_ai_common_plat/services/platform-service/src
saravanakumardb1 1fe1e75999 feat(platform-service): auto-registration on first request (Phase 4.1) — 8 tests
Zero-touch product provisioning: when a request arrives with an unknown
productId and a valid JWT, auto-create a minimal ProductDoc instead of
rejecting. Enables new products to use platform-service immediately.

- auto-register.ts: auto-create ProductDoc with sensible defaults
- Rate limited: max 10 auto-registrations per minute
- Requires valid JWT (unauthenticated requests still rejected)
- Audit logged as product.auto_registered
- request-context.ts: exported extractProductIdAsync with auto-register
- 8 tests: register, duplicate, format validation, rate limit
2026-03-19 22:00:57 -07:00
..
lib feat(platform-service): auto-registration on first request (Phase 4.1) — 8 tests 2026-03-19 22:00:57 -07:00
migrations refactor(platform-service): migrate webhooks/routes and migrations/runner from cosmos.js to datastore 2026-03-02 02:02:47 -08:00
modules fix(platform): fix 2 type errors found in typecheck sweep 2026-03-19 19:02:57 -07:00
nodemailer.d.ts feat(platform-service): add smtp email delivery and postal setup 2026-03-14 05:52:28 +00:00
server.test.ts feat(tokens): classify machine credentials 2026-03-15 06:09:42 +00:00
server.ts feat(platform-service): add support case management foundation 2026-03-15 09:39:20 +00:00