Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 528 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 528 Bytes

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.