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

[OAuth] initial loginOAuthProvider flow #127

Closed
carmenlau opened this issue Aug 30, 2017 · 0 comments
Closed

[OAuth] initial loginOAuthProvider flow #127

carmenlau opened this issue Aug 30, 2017 · 0 comments
Assignees

Comments

@carmenlau
Copy link
Contributor

carmenlau commented Aug 30, 2017

modified #98 #99

  • -[SKYContainer.auth loginOAuthProvider:(NSString*)providerID, options:(NSDictionary*)options completion:(void(^)(NSError*, SKYUser*))]
    • Create or login a new skygear user, associated with the provider
    • providerID - A string that identify the login provider
      • We will provide com.facebook, com.google
    • options
      • scope
      • scheme - For redirect after authorization flow
    • This function returns a skygear user, and an access token of the service,
      via a delegate.
@carmenlau carmenlau self-assigned this Nov 1, 2017
@carmenlau carmenlau changed the title [OAuth] API for integrating basic OAuth flow [OAuth] Log Nov 7, 2017
@carmenlau carmenlau changed the title [OAuth] Log [OAuth] loginOAuthProvider flow Nov 7, 2017
@carmenlau carmenlau changed the title [OAuth] loginOAuthProvider flow [OAuth] inital loginOAuthProvider flow Nov 8, 2017
@carmenlau carmenlau changed the title [OAuth] inital loginOAuthProvider flow [OAuth] initial loginOAuthProvider flow Nov 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant