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

Oauth2 - Android Authentication - one-time-code flow #639

Closed
philippe3973 opened this issue May 17, 2016 · 5 comments
Closed

Oauth2 - Android Authentication - one-time-code flow #639

philippe3973 opened this issue May 17, 2016 · 5 comments

Comments

@philippe3973
Copy link

Im trying to implement oauth authentication (google) on my android app, instead of using custom devise authentication.
Im using the one time code flow : by sending one-time code to the server from my android app, server can fetch user informations.

Im not sure how : /:provider/callback route handle with one-time code flow.

The documentation shows that its easy to implement browser client oauth authentication.
Does this gem provide one time-code flow for an android app that authenticate with Oauth Provider?

@augustosamame
Copy link

+1

@killerham
Copy link

killerham commented Jun 2, 2016

I'm also having issues with Facebook login from my iOS app.

Sending to auth/:provider simply puts it into this state:

INFO -- omniauth: (facebook_access_token) Request phase initiated.

However, sending to omniauth/:provider/callback while providing the OAuth token from iOS facebook SDK will create the user, but doesn't go through the redirection flow to auth/:provider/callback...

@gutosanches
Copy link

+1

1 similar comment
@tms-anhluu
Copy link

+1

@zachfeldman
Copy link
Contributor

Hi there @philippe3973 and @r0ckkhuya ,

In an effort to cleanup this project and prioritize a bit, we're marking issues that haven't had any activity in a while with a "close-in-7-days" label. If we don't hear from you in about a week, we'll be closing this issue. Obviously feel free to re-open it at any time if it's the right time or this was done in error!

If you are still having the issue (especially if it's a bug report) please refer to our new Issue Template to provide some more details to help us solve it.

Hope all is well.

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

6 participants