OAuth2 icon indicating copy to clipboard operation
OAuth2 copied to clipboard

Setting ASWebAuthenticationSession.prefersEphemeralWebBrowserSession to true?

Open hoereth opened this issue 4 years ago • 2 comments

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.

hoereth avatar Feb 03 '21 11:02 hoereth

Any ideas when this may be released?

EmilBadhAranzMedical avatar Jul 06 '21 03:07 EmilBadhAranzMedical

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

pballada avatar Feb 09 '22 10:02 pballada

This was added with #366

ossus-lib avatar Feb 09 '24 18:02 ossus-lib