A robust MERN authentication system that ensures secure user login, email verification, and OTP-based password resets.
Hardened MERN authentication system with secure JWT login, email verification, and OTP-based password reset.
This tool is designed for developers looking to implement a secure authentication system in their MERN stack applications. It is particularly useful for applications that require user identity verification and secure password management.
Ensure that you have Node.js and MongoDB installed and properly configured before running the application.
Clone the repository using 'git clone https://github.com/MartinXCVI/mern-auth-system.git'
Navigate to the project directory
Install dependencies with 'npm install'
npm start
Starts the application server.
npm run build
Builds the application for production.