Support for prefersEphemeralWebBrowserSession
Open
- Dominant language
- Swift
- Stars
- 110
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
iOS 13 introduces the new [prefersEphemeralWebBrowserSession](https://developer.apple.com/documentation/authenticationservices/aswebauthenticationsession/3237231-prefersephemeralwebbrowsersessio) property on ASWebAuthenticationSession.
Setting this property to true indicates you don't want to share any cookies or browsing data between this authentication session and the user's normal browser session in Safari. More importantly, to us, it skips the '"App" Wants to use "domain" to Sign In' prompt which many of our users have complained about.
Can you provide an optional on `authenticateUser` to set this as true or false?
Contributor guide
Assessment
This issue has not been assessed yet.