learning_ai_common_plat/services/platform-service/src/modules/auth
saravanakumardb1 2b3130821c fix(auth): register magic_link event type + use admin productId for enterprise IdP
- Register 'auth.magic_link_requested' in @bytelyst/events PlatformEventSchemas
- Remove any-cast from magic-link/routes.ts — now properly typed
- Enterprise IdP creation uses admin's JWT productId instead of hardcoded 'smartauth'
- All 53 auth tests passing
2026-03-12 15:55:09 -07:00
..
devices feat(auth): SmartAuth backend core — OAuth, MFA, passkeys, device trust, login events 2026-03-12 10:55:41 -07:00
enterprise fix(auth): register magic_link event type + use admin productId for enterprise IdP 2026-03-12 15:55:09 -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 fix(auth): register magic_link event type + use admin productId for enterprise IdP 2026-03-12 15:55:09 -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): enterprise SSO bcrypt hash + upgrade cost 10→12 2026-03-12 15:35:00 -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