April 2018
Intermediate to advanced
390 pages
8h 46m
English
Now that we have already created our app in the Auth0 dashboard, it's time to write the code for it. Take the following steps:
$ ionic start MySimpleAuth blank$ cd MySimpleAuth
$ npm install auth0-js @auth0/cordova --save
$ ionic cordova plugin add cordova-plugin-safariviewcontroller$ ionic cordova plugin add cordova-plugin-customurlscheme --variable URL_SCHEME={YOUR_PACKAGE_ID} --variable ANDROID_SCHEME={YOUR_PACKAGE_ID} --variable ANDROID_HOST={YOUR_DOMAIN} ...Read now
Unlock full access