A node.js authentication system using express nodemailer and mongodb implementing jwt and session management.
npm install
npm run dev
- User registration
- User login
- User logout
- User email verification
- user Authorization
- User Password hashing
- User OTP
- Add react front end for the project.
- write assertion and unit tests for the project.