is there a way to prevent opening a browser when a...
# supabase-kt
f
is there a way to prevent opening a browser when authenticating for example using Google, but open the tab within the app? in android we have the setting of
defaultExternalAuthAction = ExternalAuthAction.CustomTabs()
. what is the equivalent in ios?
j
There is no equivalent. Is there an API for that on iOS? Then we could implement this on iOS too
f
this seems similar to custom tab and is specially designed for auth by opening a modal view . ASWebAuthenticationSession as a fallback SFSafariViewController
j
Looks interesting, though I cannot test these since I don't have an Apple device, if anyone wants to take a look at it.