ng-cordova-oauth icon indicating copy to clipboard operation
ng-cordova-oauth copied to clipboard

Request For New OAuth plugin for MojioCarConnect

Open anveshnara opened this issue 9 years ago • 7 comments

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

anveshnara avatar Feb 13 '16 14:02 anveshnara

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

nraboy avatar Feb 13 '16 15:02 nraboy

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

anveshnara avatar Feb 13 '16 19:02 anveshnara

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

Regards,

nraboy avatar Feb 13 '16 22:02 nraboy

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

anveshnara avatar Feb 15 '16 16:02 anveshnara

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,

nraboy avatar Feb 15 '16 16:02 nraboy

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.

anveshnara avatar Feb 15 '16 18:02 anveshnara

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

Best,

nraboy avatar Feb 15 '16 21:02 nraboy