learning_ai_common_plat/services/platform-service/src/modules/auth
saravanakumardb1 0c4e53a0ed feat(auth): Phase 6 — enterprise SAML/OIDC, magic link, HIBP, E2E specs
6A: Enterprise IdP CRUD, SAML callback, OIDC callback, email domain lookup
6B: Magic link send/verify (15min TTL, anti-enumeration), HIBP breach check
6D: 3 new E2E specs (account-linking, step-up, enterprise) — total 8 SmartAuth specs
- All 53 auth tests passing
2026-03-12 15:25:28 -07:00
..
devices feat(auth): SmartAuth backend core — OAuth, MFA, passkeys, device trust, login events 2026-03-12 10:55:41 -07:00
enterprise feat(auth): Phase 6 — enterprise SAML/OIDC, magic link, HIBP, E2E specs 2026-03-12 15:25:28 -07:00
login-events feat(auth): SmartAuth backend core — OAuth, MFA, passkeys, device trust, login events 2026-03-12 10:55:41 -07:00
magic-link feat(auth): Phase 6 — enterprise SAML/OIDC, magic link, HIBP, E2E specs 2026-03-12 15:25:28 -07:00
mfa feat(auth): add Phase 5C-5E endpoints + SDK methods — TOTP secret, push approvals, QR auth 2026-03-12 15:01:51 -07:00
oauth fix(auth): address SmartAuth agent review gaps — Swift mock wiring, passkey SDK consistency, device list parity, JSDoc, SSR docs 2026-03-12 12:27:08 -07:00
passkeys feat(auth): SmartAuth backend core — OAuth, MFA, passkeys, device trust, login events 2026-03-12 10:55:41 -07:00
push-approvals feat(auth): add Phase 5C-5E endpoints + SDK methods — TOTP secret, push approvals, QR auth 2026-03-12 15:01:51 -07:00
qr-auth feat(auth): add Phase 5C-5E endpoints + SDK methods — TOTP secret, push approvals, QR auth 2026-03-12 15:01:51 -07:00
auth.routes.test.ts test(auth): add SmartAuth integration tests + fix auth.routes.test mocks 2026-03-12 11:27:50 -07:00
auth.test.ts refactor(platform-service): auth routes + types — add productId to login/register schemas 2026-02-15 14:18:59 -08:00
hibp.ts feat(auth): Phase 6 — enterprise SAML/OIDC, magic link, HIBP, E2E specs 2026-03-12 15:25:28 -07:00
jwt.ts feat(platform-service): add plan field to auth UserDoc + auth responses 2026-02-15 14:39:42 -08:00
repository.ts fix(auth): clean up MFA routes — remove redundant imports, use userRepo.update() 2026-03-12 11:12:33 -07:00
routes.ts feat(auth): wire login events + MFA challenge into login handler 2026-03-12 11:17:23 -07:00
smartauth.test.ts test(auth): add SmartAuth integration tests + fix auth.routes.test mocks 2026-03-12 11:27:50 -07:00
types.ts feat(auth): SmartAuth backend core — OAuth, MFA, passkeys, device trust, login events 2026-03-12 10:55:41 -07:00