kotlin-multiplatform-oidc
kotlin-multiplatform-oidc copied to clipboard
Kotlin Multiplatform OpenIDConnect implementation for Android/iOS
Results
22
kotlin-multiplatform-oidc issues
Sort by
recently updated
recently updated
newest added
trafficstars
There seems to be partial support for Emphemeral sessions for Android, but only when falling back to showing a WebView. Seems like support for Emphemeral sessions are supported in AndroidX...
enhancement
Currently, `TokenStore` does not save `expires_in` nor `received_at`. By adding those it's possible to do proactive token refreshing, rather than only reactive (e.g after HTTP 401). Providing a function like...
enhancement