/express-jwt-auth-mongoose

Authentication is part of almost every system, even if it is in node.js, Express, Angular.JS, PHP, Perl, Ruby, or any other languages you are using. Dealing with authentication is a must for most of the systems.

Primary LanguageJavaScript

Express4 + Mongoose + JSON Web Token Authentication

Preparation

npm install

Creation of user

node create_user.js demo demo

Starting application

DEBUG=app:* node app.js