Ionic authentication using JWT and nodejs.
An Ionic authentication example using JWT implemented on nodejs server. Blog Post #Installation
- clone repository
- enter server directory and
npm install - rename .env.example file to .env
- add your fb app credentials inside .env file
- run server with
npm start - enter ionic directory
- set your facebook auth credential values for
clientIdandurlinwww/js/app.js - run
ionic serve