Skip to content

tandysean/nodeAuthServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodeAuthServer

A extensible node authentication service using JSON Web Tokens and BCRYPT that can easily be dropped into any node project. Uses MongoDB for persistence. Very easily adaptable and very secure.

Requires you to create a config.js file at root directory level which exports a secret key to Salt the encryption.

module.exports = {
  secret: 'YOUR SECRET STRING'
};

Uses nodemon for auto refresh and expressjs for API

Upon cloning use npm install to install dependencies and then start the server by running npm run dev

About

A nodeJS authentication service that can be easily used in any node project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors