Skip to content

klokoy/safe

Repository files navigation

Auth0 + Ionic + API Sample

This is a sample Ionic project that uses Auth0 for Authentication. It's the basic tabs example from Ionic with the added authentication from Auth0.

This example uses Refresh Tokens so that you will see the Login page only the first time you create the app and then never again.

Running the example

In order to run the project, you need to have node, ionic, cordova and ios-sim installed. Once you have that, just clone the project and run the following:

  1. npm install
  2. ionic build ios
  3. ionic emulate ios

Enjoy your Ionic app now :).