-
Notifications
You must be signed in to change notification settings - Fork 46
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
Has anybody had success getting OAuth to work in a Cordova App? #14
Comments
@akber4747 did you ever get the facebook login stuff to work? It tries to reroute to '/undefined' for me |
@AndrewLngdn oh hey andrew langdon. No I didn't and I haven't looked at this in quite a while, but looks like I'll need to revisit this week. |
I am currently hand crafting a Facebook connect in a Cordova app... after using jtoker for the email authentication, it seems like a waste of time. Any of you had any success for jToker with Cordova and OAuth ? |
For your information, we did it using InAppBrowser, taking inspiration from the Angular plugin. Maybe someone, someday, will find it useful :) |
@Ruff9 Thank you so much. You save my time, man! |
I'm using this for email auth w/ devise-token-auth, but I'm having to hand-roll (what a damn pain!) my Facebook login.
Thanks for all your hard work on this plugin and devise-token-auth - great stuff!
The text was updated successfully, but these errors were encountered: