learning_ai_common_plat/packages/react-auth
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
..
src feat(auth): add Phase 5C-5E endpoints + SDK methods — TOTP secret, push approvals, QR auth 2026-03-12 15:01:51 -07:00
package.json test(react-auth): switch vitest env to happy-dom 2026-02-14 13:15:12 -08:00
tsconfig.json feat(react-auth): add @bytelyst/react-auth package 2026-02-12 11:22:41 -08:00
vitest.config.ts test(react-auth): switch vitest env to happy-dom 2026-02-14 13:15:12 -08:00