Skip to content

Implement ParseAuthenticationManager #77

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

Merged
merged 1 commit into from
Sep 9, 2015

Conversation

grantland
Copy link
Contributor

  • Decouples managing ParseAuthentication providers, convert deauthenticate to
    async.
  • Convert ParseAuthenticationProvider into a interface.

@grantland grantland force-pushed the grantland.authentication_controller branch 2 times, most recently from 7892ca6 to f1fcda4 Compare August 29, 2015 01:46
@grantland grantland changed the title Implement ParseAuthenticationController Implement ParseAuthenticationManager Aug 29, 2015
@grantland
Copy link
Contributor Author

}

public void register(ParseAuthenticationProvider provider) {
final String authType = provider.getAuthType();
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe add an exception around authType should not be nil?

@nlutsenko
Copy link
Contributor

Just few nits, nothing big, love the approach.

@nlutsenko
Copy link
Contributor

LGTM, Awesome!

* Decouples managing ParseAuthentication providers, convert deauthenticate to async
* Convert ParseAuthenticationProvider into a interface
@grantland grantland force-pushed the grantland.authentication_controller branch from 1311d73 to 6bc204b Compare September 9, 2015 01:52
grantland added a commit that referenced this pull request Sep 9, 2015
…ntroller

Implement ParseAuthenticationManager
@grantland grantland merged commit 49d1a29 into master Sep 9, 2015
@grantland grantland deleted the grantland.authentication_controller branch September 9, 2015 02:08
@facebook-github-bot
Copy link

@grantland updated the pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants