-
Hi, any plans to support the new iOS 11 way of doing OAuth, by using SFAuthenticationSession instead of safari web view?
-
Hello,
Using SFAuthenticationSession show an alert that require your authorization but calabash raise en error:
```
Expected status code < 400, found 500.
Server replied with:
…
-
Since the `SFAuthenticationSession` is related to the `SFSafariViewController`, we might consider adding a React Native API for that as well.
ref: https://developer.apple.com/documentation/safarise…
-
XCode: Version 9.0 (9A235)
Simulator: iPhone7 + iOS11 .0
hello,run your demo later, last step 6 is user cookie not set.
I don't know why?
-
According to apple SFAuthenticationSession is deprecated now. They are asking to use ASWebAuthenticationSession. Is there any plan to use it?
[https://developer.apple.com/documentation/safariservic…
-
# Facebook OAuth using SFAuthenticationSession on iOS 11 · Rohan Nagar
[https://rohannagar.github.io/2017-10-01/simple-facebook-oauth-using-sfauthenticationsession](https://rohannagar.github.io/201…
-
Hi,
Maybe I have missed something but it seems I can't get SSO to work on iOS 11 with the library. Here is the environment I have for my app:
Xcode: Version 9.1 (9B55)
iOS version on the simula…
-
**Is your feature request related to a problem? Please describe.**
When using the Hosted UI for authentication with a third-party identity provider, there are multiple issues with the sign out functi…
-
My app was rejected by Apple because Google requires their login flow to occur in a system browser, not as part of a webview in a 3rd party app. Not sure what the best solution is here. Perhaps best t…
-
I have been using the `cordova-plugin-aswebauthenticationsession` and `cordova-plugin-sfauthenticationsession` plugins side by side to be able to support iOS 11 and up. This worked fine until I update…