learning_ai_common_plat/packages/kotlin-platform-sdk/src
saravanakumardb1 b8f22be677 fix(auth): SDK device/login-events response wrappers + correct API paths
- Swift + Kotlin SDKs: listDevices() now unwraps { devices: [...] }
- Swift + Kotlin SDKs: getLoginHistory() now unwraps { events: [...] }
- Swift + Kotlin SDKs: revokeDevice() uses fingerprint param (not doc ID)
- Swift + Kotlin SDKs: revokeAllDevices() uses POST /revoke-all (not DELETE)
- Swift + Kotlin SDKs: getLoginHistory() path /login-events (not /login-events/me)
- Swift + Kotlin SDKs: Device model updated to match backend response fields
- All 53 auth tests passing
2026-03-12 15:42:54 -07:00
..
main fix(auth): SDK device/login-events response wrappers + correct API paths 2026-03-12 15:42:54 -07:00
test feat(auth): native SDK passkey + BLAuthUI Swift + Kotlin social/MFA 2026-03-12 10:55:32 -07:00