-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to custom 'externalUserAgent' parameter for iOS? #538
Comments
Is it possible that we use an enum type:
to decide which type of external agent is been used here instead of using boolean preferEphemeralSession to only toggle between ASWebAuthenticationSession and EphemeralSession? |
We currently have the same issue on our app. We need to be capable to use a non ephemeral session (we have some webviews in the app to manage the user profil). |
One solution we are doing right now is using this SFSafariController |
here is a pr that I opened which fixed this issue |
This would also be really helpful for us. We are having the same issue. Thanks for creating that PR! |
Same problem, other webviews cannot access the same session. It would be great to have a non-ephemeral session option |
This issue has been resolved in the prerelease v8.0.0-dev.3 |
Hey guys, our team is having a problem, we want to hide the alert when logging to iOS, however, we don't want to use ephemeral browser because it would clear session. So is it possible to expose 'externalUserAgent' parameter for iOS or can we add a custom SFSafariController as the externalAgent so that user would be able to use their own SFSafariController or is there an alternative?
The text was updated successfully, but these errors were encountered: