How to disable the AuthSession prompt

I’m in a detached expo app, using expo 25. I’m using the AuthSession module in expo. How can I disable the prompt asking whether expo wants to sign me in. 33%20PM

Also curious if there’s a way to disable this prompt.

Hey guys,

Unfortunately this isn’t possible as you need to use SFAuthenticationSession in ios11+ to open browser modal with cookies shared with device browser and sfauthenticationsession shows this popup.

You could use WebBrowser directly if you want but then you need to handle redirects in that case.

Cheers,

Adam

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.