lucyydct / node-ionic-jwt

Ionic authentication using JWT and nodejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-ionic-jwt

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 clientId and url in www/js/app.js
  • run ionic serve

About

Ionic authentication using JWT and nodejs


Languages

Language:JavaScript 85.6%Language:CSS 14.4%Language:HTML 0.1%