thechutrain / jwt-auth-boilerplate

10 stars 1 forks source link
boilerplate expressjs jwt jwt-authentication nodejs

jwt-auth-boilerplate

Build Status

a JWT authentication express.js boilerplate app built w./ handlebars + mongo

*View the deployed version of this repo here

Demo

View a live demo here: link demo

Getting Started

$ git clone git@github.com:thechutrain/jwt-auth-boilerplate.git
$ cd jwt-auth-boilerplate/
$ git checkout -b origin/jwt-cookies-v1
$ npm install
$ npm run dev

Make sure to change the passphrase in the .env file in your root directory before deployment!!

Deploying to Heroku

To Do // Tasks: