learning_ai_common_plat/services/platform-service/src/modules/auth
saravanakumardb1 bdb3e95e00 fix(auth): clean up MFA routes — remove redundant imports, use userRepo.update()
- Remove redundant dynamic import('node:crypto'), use top-level nodeCrypto
- Remove getCollection import, use userRepo.update() for mfaEnabled/mfaMethods
- Expand update() Pick type to include mfaEnabled, mfaMethods, emailVerified
- Remove unused _reply param from MFA policy PUT handler
2026-03-12 11:12:33 -07:00
..
devices feat(auth): SmartAuth backend core — OAuth, MFA, passkeys, device trust, login events 2026-03-12 10:55:41 -07:00
login-events feat(auth): SmartAuth backend core — OAuth, MFA, passkeys, device trust, login events 2026-03-12 10:55:41 -07:00
mfa fix(auth): clean up MFA routes — remove redundant imports, use userRepo.update() 2026-03-12 11:12:33 -07:00
oauth feat(auth): SmartAuth backend core — OAuth, MFA, passkeys, device trust, login events 2026-03-12 10:55:41 -07:00
passkeys feat(auth): SmartAuth backend core — OAuth, MFA, passkeys, device trust, login events 2026-03-12 10:55:41 -07:00
auth.routes.test.ts test(platform-service): add route-level tests for Phase 1 migration behaviors 2026-02-15 15:09:23 -08:00
auth.test.ts refactor(platform-service): auth routes + types — add productId to login/register schemas 2026-02-15 14:18:59 -08: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): SmartAuth backend core — OAuth, MFA, passkeys, device trust, login events 2026-03-12 10:55:41 -07:00
smartauth.test.ts feat(auth): SmartAuth backend core — OAuth, MFA, passkeys, device trust, login events 2026-03-12 10:55:41 -07:00
types.ts feat(auth): SmartAuth backend core — OAuth, MFA, passkeys, device trust, login events 2026-03-12 10:55:41 -07:00