Skip to content

A nodejs project with otp verification via email

Notifications You must be signed in to change notification settings

yogeswarl/node-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

node-auth

A node.js authentication system using express nodemailer and mongodb implementing jwt and session management.

Installation

npm install

Usage

npm run dev

features

  • User registration
  • User login
  • User logout
  • User email verification
  • user Authorization
  • User Password hashing
  • User OTP

License

MIT

Future work

  • Add react front end for the project.
  • write assertion and unit tests for the project.