learning_ai_common_plat/services
saravanakumardb1 f4b9124065 feat(auth): add Phase 5C-5E endpoints + SDK methods — TOTP secret, push approvals, QR auth
- GET /auth/mfa/totp/secret — retrieve decrypted TOTP secret for auth app
- POST /auth/mfa/push/create, GET /pending, POST /:id/respond, GET /:id/status
- POST /auth/qr/create, POST /auth/qr/confirm, GET /auth/qr/:id/status
- Kotlin SDK: getTotpSecret, getPendingApprovals, respondToApproval, confirmQrLogin
- Swift SDK: getTotpSecret, getPendingApprovals, respondToApproval, confirmQrLogin
- All 53 auth tests passing
2026-03-12 15:01:51 -07:00
..
extraction-service fix(jobs): implement stub job handlers with actual functionality 2026-03-02 10:19:15 -08:00
mcp-server fix(mcp-server): align notes tool outputs with contracts 2026-03-10 09:54:08 -07:00
monitoring fix(monitoring): update health-check endpoints for consolidated services 2026-02-17 20:53:37 -08:00
platform-service feat(auth): add Phase 5C-5E endpoints + SDK methods — TOTP secret, push approvals, QR auth 2026-03-12 15:01:51 -07:00