/nodeauthjwtoken

Primary LanguageJavaScriptMIT LicenseMIT

Node Authentication with Token (jwt)

This was made for my learning, and to share with somebody else that would like to learn too... :D

Using:

  • Node.js - Node.js® is a JavaScript Server Side runtime
  • npm - npm is the package manager for JavaScript
  • MongoDB - MongoDB is a NoSQL document database

npm Dependencies

  • nodemon - Simple monitor script for use during development of a node.js app.

  • morgan - HTTP request logger middleware for node.js

  • express - Web framework for Node.js

  • body-parser - Node.js body parsing middleware.

  • bcryptjs - Lib to help you hash (passwords here).

  • mongoose - elegant mongodb object modeling for node.js

  • jsonwebtoken - JSON Web Token implementation (symmetric and asymmetric)

Versioning

  • Git - distributed version control system