Skip to content
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

Add support for iOS 13 prefersEphemeralWebBrowserSession #38

Closed
wants to merge 3 commits into from

Conversation

matthewtsmith
Copy link
Contributor

Starting on iOS13, support was added for ephemeral web sessions in ASWebAuthenticationSession.

Setting this flag = true does the following:
1.) Does not show the alert "your app" Wants to use "somesite.com" to Sign in prior to showing the web view
2.) Does not share or preserve cookies created during the login process. This is useful for enterprise application that want to force sign in each time rather than re-using cookies.

@adambolcsfoldi
Copy link

This flag is also useful when you want to suppress the alert when calling a logout endpoint, as discussed in this issue.

@akeblom
Copy link

akeblom commented Oct 5, 2020

Please merge this change.

@mathiasmoeller
Copy link

Any updates if this is going to be merged?

@junying1 junying1 mentioned this pull request Mar 26, 2021
@LinusU LinusU force-pushed the master branch 2 times, most recently from 7a2dbbb to b0aa45d Compare April 6, 2021 08:00
@LinusU
Copy link
Owner

LinusU commented Apr 6, 2021

Sorry for the delay on this, could you please take a look at #64 which unifies this with the Android platform? Thanks

@LinusU
Copy link
Owner

LinusU commented Jul 29, 2021

Fixed with #64, will release as soon as I can (#85)

@LinusU LinusU closed this Jul 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants