fethij
fethij
@vinceglb thanks for the reply. i'm not sure whether it's possible as well. you can close the issue.
this may help: https://github.com/fethij/Rijksmuseum/blob/main/feature/arts/src/iosMain/kotlin/Utils.ios.kt#L47
@RogerKoh / @jnorkus did you happen to find any slution?
@oreillyjf Were you able to find any samples?
You can change the default implementation of the [UrlLauncher](https://github.com/supabase-community/supabase-kt/blob/master/Auth/src/commonMain/kotlin/io/github/jan/supabase/auth/UrlLauncher.kt) to use ASWebAuthenticationSession instead of the default system browser. ``` install(Auth) { urlLauncher = UrlLauncher { supabase, url -> ASWebAuthenticationSession( uRL...
Blocked by https://github.com/ZacSweers/metro/issues/460
Experiencing the same issue, after some time in background, the jwt is invalid/expired and not refreshed automatically. closing the app and relaunching seems the only way to refresh it after...
@Yahouedeou did you find any workarounds or have gathered more info?