auth0-ionic2-samples icon indicating copy to clipboard operation
auth0-ionic2-samples copied to clipboard

Results 27 auth0-ionic2-samples issues
Sort by recently updated
recently updated
newest added

package.json: ``` "dependencies": { "@angular/common": "4.0.2", "@angular/compiler": "4.0.2", "@angular/compiler-cli": "4.0.2", "@angular/core": "4.0.2", "@angular/forms": "4.0.2", "@angular/http": "4.0.2", "@angular/platform-browser": "4.0.2", "@angular/platform-browser-dynamic": "4.0.2", "@ionic-native/core": "3.4.2", "@ionic-native/splash-screen": "3.4.2", "@ionic-native/status-bar": "3.4.2", "@ionic/storage": "2.0.1", "angular2-jwt": "0.1.27",...

(AUTH-3931) Dependencies like angular/common, angular/compiler, angular/compiler-cli etc (including auth0.js and auth0-lock) are outdated.

Thanks for the sample application etc. I've been updating it from the release candidate to the final release. A number of changes have resulted from the upgrade to angular 2.2.1....

(AUTH-3703) I've tried running sample on my phone and when clicked on twitter, received infinite loading screen: ![image](https://cloud.githubusercontent.com/assets/1114365/22124887/46e8dc6a-de9a-11e6-85d9-25f47949f6e7.png)

I have cloned this repo make npm install. Deploy on android device and it causes an error EXCEPTION: Error: An error ocurred when fetching data. main.js:42762 ORIGINAL STACKTRACE: main.js:42767 Error:...

Sample using outdated dependencies. (auth0-js and auth0-lock also outdated). (AUTH-3704)

I'm really excited to use Auth0 in my ionic application, but it seems that this example is quite up to date. I don't think adding scripts to index.html is a...