Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added SFAuthenticationSession support in iOS 11 #154

Merged
merged 16 commits into from
Oct 10, 2017

Conversation

cocojoe
Copy link
Member

@cocojoe cocojoe commented Sep 19, 2017

  • Adding SFAuthenticationSession support for iOS 11 (Default behaviour for iOS 11 Devices)
  • Added clearSession using SFAuthenticationSession - Requires registration of callback schema in logouts URL in dashboard. (Added to README)

Ensure all references to SafariWebAuth switch based upon iOS version
Added backwards compatibility Xcode 8
Added pod exclusions
Updated tests
@cocojoe cocojoe force-pushed the added-sfauthenticationsession-pathway branch from 7c1e1f9 to bd66a84 Compare September 22, 2017 10:06
@cocojoe cocojoe force-pushed the added-sfauthenticationsession-pathway branch from 3b24357 to 895a23a Compare October 3, 2017 10:13
@cocojoe cocojoe added this to the v1-Next milestone Oct 4, 2017
@cocojoe cocojoe requested a review from hzalaz October 5, 2017 09:41
@@ -100,6 +101,11 @@ class SafariWebAuth: WebAuth {
return self
}

func useLegacyAuthentication() -> Self {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not a big fun but can't think of a better name 😄

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Naming is the hardest part of development 😆

@hzalaz hzalaz merged commit fecd0b1 into master Oct 10, 2017
@hzalaz hzalaz deleted the added-sfauthenticationsession-pathway branch October 10, 2017 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants