This is the seed project you need to use if you're going to create an app that will use Auth0, Cordova and an API that you're going to be developing. That API can be in any language.
In order to run the project, you need to have node, cordova and ios-sim installed.
Once you have that, just clone the project and run the following:
cordova build ioscordova emulate ios
Enjoy your Cordova app now :).