daneden / daneden/Twift

Support for prefersEphemeralWebBrowserSession

Open
#61 0 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.