kotlin-multiplatform-oidc
kotlin-multiplatform-oidc copied to clipboard
Support for Emphemeral Sessions on Android Custom Tab
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 Browser 1.9.0+ and Chrome 130+ simply by adding setEmphemeralBrowsingEnabled(true) when building the Custom Tab/Auth Tab Intent. This is described in the docs here: https://developer.chrome.com/docs/android/custom-tabs/guide-ephemeral-tab
Would be really nice if this support was added to this library as well.