ng-cordova-oauth
ng-cordova-oauth copied to clipboard
AngularJS oauth library for use with Apache Cordova projects
Perhaps open the inappbrowser as hidden and look for the loadstop event to show. Many times the web page will not load because the site is down or not available,...
The stripe provider requires the secret key. From stripe docs We support cross-origin resource sharing, allowing you to interact securely with our API from a client-side web application **(though you...
Hi, any chances for evernote support? https://dev.evernote.com/doc/articles/authentication.php Regards Daniel Roziecki
can you add this two api authentication to the lib ? thanks
Hi There, I'm using cordova-oauth to login with uber in ionic with the following code: ``` $cordovaOauth.uber (Constants.UBER_CLIENT_ID, ["profile", "history"]).then(function(success){ alert(JSON.stringify(success)); }, function(error){ alert(error); }); ``` It is ok if...
According to the [Uber documentation](https://developer.uber.com/docs/authentication), when authorizing, the `response_type` must be `code`, but looking at line 30 on [oauth.uber.js](https://github.com/nraboy/ng-cordova-oauth/blob/master/src/oauth.uber.js) the response type is `token`. This seems to be working for...
Hi nraboy, I'm interested in your work. It's really cool. Now, I work with Office 365 API and had the problems when the redirection url returned. On mobile, it don't...
would be fantastic, see https://developer.moj.io/reference/documentation for detalils
would be fantastic, see https://developers.soundcloud.com/docs#authentication for details
When attempting oauth with Venmo, I am getting the following errors Error in Success callbackId: InAppBrowser1541819663 : TypeError: undefined is not an object (evaluating 'b.split') Error -> The sign in...