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

Angular oauth library for use with Apache Cordova projects

Results 25 ngx-cordova-oauth issues
Sort by recently updated
recently updated
newest added

Would be fantastic to have a twitter flow as original: https://github.com/nraboy/ng-cordova-oauth/blob/master/src/oauth.twitter.js

enhancement

Hi! I'm a bit stuck with implementing this lib in my project. Trying to debug it locally using `ionic serve` => using the `OauthBrowser`. setup is pretty simple: ``` import...

Added Thingiverse as a provider and updated appropriate files (tsconfig.json, core.ts). Added a test to index.html for Thingiverse provider. Tested and working on both Android and iOS

Modified provider.ts, the redirect_uri cannot be added for Polar, so I made it optional. Added 3 new providers Polar Fitbit Runkeeper

Created a provider to connect to IdentityServer4 endpoint Docs here: https://identityserver4.readthedocs.io/en/release/endpoints/authorize.html#

Hi , I can not import the spotify class. Is this class working? ![spotify](https://user-images.githubusercontent.com/6104188/27013954-5085deae-4ec4-11e7-990c-9d4e30b15e93.PNG) "ng2-cordova-oauth": "0.0.8",

Hello, I successfully implemented the Facebook login in my app. Its working great, but I'm facing a problem with the logout. There's no method to logout. How can I logout...

Would be great to add support for Azure Active Directory, as the Angular v1 version [has](https://github.com/nraboy/ng-cordova-oauth/blob/a4a83687a3c5f517f66579a47ba06436f6ab612b/src/oauth.azuread.js).

enhancement