learning_ai_common_plat/packages/swift-platform-sdk/Sources
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
..
BLAuditLogger.swift fix(swift-sdk): match date decoding strategy in BLAuditLogger 2026-02-28 22:55:00 -08:00
BLAuthClient.swift feat(auth): add Phase 5C-5E endpoints + SDK methods — TOTP secret, push approvals, QR auth 2026-03-12 15:01:51 -07:00
BLAuthUI.swift 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
BLBiometricAuth.swift fix(swift-sdk): guard BLBiometricAuth and BLCrashReporter for watchOS compatibility 2026-02-28 22:51:26 -08:00
BLBlobClient.swift feat(swift-sdk): add 6 new components — BLBlobClient, BLKillSwitchClient, BLLicenseClient, BLBiometricAuth, BLCrashReporter, BLAuditLogger 2026-02-28 22:38:43 -08:00
BLBroadcastClient.swift feat(swift-sdk): Phase 3.3 - Broadcast and Survey clients 2026-03-03 07:40:56 -08:00
BLCrashReporter.swift fix(swift-sdk): guard BLBiometricAuth and BLCrashReporter for watchOS compatibility 2026-02-28 22:51:26 -08:00
BLDeepLinkRouter.swift feat(sdk): Push deep link routing for all platforms 2026-03-03 08:33:56 -08:00
BLFeatureFlagClient.swift docs(sdk): fix stale route references in Swift SDK source comments and README 2026-03-02 09:17:09 -08:00
BLFeedbackClient.swift feat(platform-sdk): implement TODO-2 and TODO-3 - Swift and Kotlin feedback clients 2026-03-03 07:18:45 -08:00
BLInAppMessageUI.swift feat(platform-sdk): Phase 4.2/4.3 - iOS and Android native UI components 2026-03-03 08:20:01 -08:00
BLKeychain.swift feat(swift-sdk): add ByteLystPlatformSDK — shared Swift package for all iOS/watchOS/macOS apps 2026-02-28 22:12:20 -08:00
BLKillSwitchClient.swift fix(swift-sdk): URL-encode license key + add request tracing to kill switch 2026-02-28 22:52:00 -08:00
BLLicenseClient.swift fix(swift-sdk): URL-encode license key + add request tracing to kill switch 2026-02-28 22:52:00 -08:00
BLPlatformClient.swift 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
BLPlatformConfig.swift feat(swift-sdk): add ByteLystPlatformSDK — shared Swift package for all iOS/watchOS/macOS apps 2026-02-28 22:12:20 -08:00
BLSurveyClient.swift feat(swift-sdk): Phase 3.3 - Broadcast and Survey clients 2026-03-03 07:40:56 -08:00
BLSurveyUI.swift feat(platform-sdk): Phase 4.2/4.3 - iOS and Android native UI components 2026-03-03 08:20:01 -08:00
BLSyncEngine.swift feat(swift-sdk): add ByteLystPlatformSDK — shared Swift package for all iOS/watchOS/macOS apps 2026-02-28 22:12:20 -08:00
BLTelemetryClient.swift docs(sdk): fix stale route references in Swift SDK source comments and README 2026-03-02 09:17:09 -08:00
ByteLystPlatformSDK.swift docs(sdk): fix stale route references in Swift SDK source comments and README 2026-03-02 09:17:09 -08:00