nraboy / ng-cordova-oauth

AngularJS oauth library for use with Apache Cordova projects
https://www.thepolyglotdeveloper.com
MIT License
456 stars 199 forks source link

Request For New OAuth plugin for MojioCarConnect #207

Open anveshnara opened 8 years ago

anveshnara commented 8 years ago

would be fantastic, see https://developer.moj.io/reference/documentation for detalils

nraboy commented 8 years ago

It doesn't look like it uses Oauth. Can you prove it does?

anveshnara commented 8 years ago

Yes, mojio-js-cordova-example-oauth2 already there is example in Github check it out.

nraboy commented 8 years ago

Link to the official oauth documentation please. We are not going to scavenge GitHub to find the information we need.

Regards,

anveshnara commented 8 years ago

hey I code entire MojioOAuth Integeration how can I merge the code ?

nraboy commented 8 years ago

Make a fork of ng-cordova-oauth and clone the fork to your computer. The clone will have the master branch checked out. You must checkout the development branch like so:

git checkout development

When the development branch showing, copy your changes in and then commit them. Push your changes to your remote fork on GitHub. Then create a pull request to merge your development branch with my development branch.

This might help too:

https://blog.nraboy.com/2015/02/contributing-git-repository-github/

Best,

anveshnara commented 8 years ago

when I commit changes I got 2 errors error: pathspec 'Mojio' did not match any file(s) known to git. error: pathspec 'OAUTH' did not match any file(s) known to git.

nraboy commented 8 years ago

Sounds like you didn't merge something correctly. I suggestion reading up on Git.

Best,