|
|
88dc8d719a
|
feat(02-05): wire iOS OIDC callback
- Register recipe URL scheme in Info.plist
- Forward SwiftUI openURL callbacks to the AppAuth bridge
|
2026-04-28 16:18:21 +02:00 |
|
|
|
ac9fc61410
|
feat(02-05): implement iOS AppAuth client
- Add AppAuth login, refresh, logout actual
- Add iOS Keychain auth state store to unblock native compile
- Add iOS Podfile AppAuth integration
|
2026-04-28 16:14:04 +02:00 |
|
|
|
37f6191523
|
feat(01-04): wire JVM + Wasm main + Swift iOSApp to bootstrap Koin + Kermit
- Desktop main() calls configureLogging() → initKoin() before application { Window { App() } }
- Wasm main() calls configureLogging() → initKoin() before ComposeViewport { App() } (PITFALL #8 future-proof)
- iOSApp.swift imports ComposeApp and calls KoinIosKt.doInitKoin() in init() — single iOS call site (PITFALL #4)
- MainViewController.kt and App.kt unmodified (anti-pattern guards)
|
2026-04-24 18:22:47 +02:00 |
|
|
|
bf8b46bff2
|
Initial commit
|
2026-04-23 22:50:48 +02:00 |
|