Skip to content

This is the nodeJs authentication and authorization module, made with mongodb and expressjs library.

Notifications You must be signed in to change notification settings

dharmjoshi236/NodeJs-Authentication-and-Authorization

Repository files navigation

NodeJS Authentication and Authorization Module

This project covers the whole Authentication and Authorization concepts that you should understand as a part of your development progress. Along with this, I have coded the whole system in NodeJS and ExpressJS with MongoDB as database.

Installation

Install this project with npm

  npm install
  npm start

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

PORT="Your Port No"
JWT_SECRET="Your Jwt Secret"
JWT_EXPIRES_IN="Jwt Expiration Time"
MONGO_URL="Your MongoDB Url"

Check Out The Blog

Check out the article related to this security module at Hashnode

About

This is the nodeJs authentication and authorization module, made with mongodb and expressjs library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published