p2 / OAuth2

OAuth2 framework for macOS and iOS, written in Swift.
Other
1.14k stars 276 forks source link

Setting ASWebAuthenticationSession.prefersEphemeralWebBrowserSession to true? #359

Closed hoereth closed 7 months ago

hoereth commented 3 years ago

see: https://developer.apple.com/documentation/authenticationservices/aswebauthenticationsession/3237231-prefersephemeralwebbrowsersessio?language=objc

The value of this property is false by default.

I would like to set this property to true.

EmilBadhAranzMedical commented 3 years ago

Any ideas when this may be released?

pballada commented 2 years ago

I was able to set it using the SPM instead of the cocoapods setup.

ossus-lib commented 7 months ago

This was added with #366