Clancey / SimpleAuth

The Simplest way to Authenticate and make Rest API calls in .Net
Apache License 2.0
171 stars 48 forks source link

For ios11 NativeSafariAuthenticator should use SFAuthenticationSession #57

Closed jasallen closed 6 years ago

jasallen commented 6 years ago

Apple is planning to start (and some say have already started) rejecting apps that do any OAuth with older methods (webview or SFSafariViewController)

jasallen commented 6 years ago

Had intended to work on ChromeTabs, but I see you've gotten that started. I'll tackle and pull request this issue instead

Clancey commented 6 years ago

I haven't fully tested chrome tabs either. So feel free to take a look at what I did!

jasallen commented 6 years ago

https://github.com/Clancey/SimpleAuth/pull/58 <- SfAuthenticationSession

I'll grab the chrome tab branch and take a look!