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

change the sign in flow to use the same system as the iOS application #36

Open
joshlong opened this issue Sep 18, 2013 · 0 comments
Open

Comments

@joshlong
Copy link
Collaborator

We've used resource password grant for iOS. this basically means we can skip the OAuth flow dance on the server and simply transmit a user and password.

There are numerous reasons about why doing this is no more (or less) secure than using more OAuth-y flows as we are currently doing in the Android module, but for our purposes its also a dramatic reworking of the code.

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

No branches or pull requests

1 participant