Skip to content

JosielFaleiros/nodeauthjwtoken

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published