-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Using devise_token_auth and ng_token_auth with angularJS in an Ionic Hybrid application #218
Comments
Hi! I'm using this game paired with ng_token_auth for some time for ionic application and the good news is, that it certainly does work.
Unfortunatelly I do not have any experience with using it along with Outh2 SDKs. |
I have faced the same question with ionic apps. But your main question was to connect the accounts for already existing ones. This is quite a comprehensive guide for this topic: I hope that this solved your problem. |
@jakubrohleder - Do you have a PR or gist against devise_token_auth to implement Cordova support? Would like to get that methodology supported in this gem, in addition to the standard web OAuth flow. |
A changeset has been merged to support Cordova inAppBrowser flows. Version pushed as 0.1.33! |
Hi there,
I want to implement a Hybrid application using ionic/cordova, angularjs and Ruby On Rails.
What do I have to do to get ng_token_auth working on a hybrid application?
I want to use the native Facebook SDK, how can I use this in the authentication progress?
How are accounts handled, that are created via Facebook or Email/password combination and are updated later to have the other login option as well (so e.g an account that was created via Email/Password connects to Facebook later and wants to use the login via Facebook after some time)?
Thanks for your help!
The text was updated successfully, but these errors were encountered: