BY SHIMJU DAVID
MERN Stack Auth application makes use of React with Hooks for front end framework. It uses context API with reducer hook for global state management. You can find the React front end code base here
Backend API is in Express.js and it uses NoSQL database MongoDB with Mongoose ODM for data storage. SendGrid used as an SMTP service for email notifications.
- User Sign Up with Account Activation
- JWT Authentication
- User Sign In
- User Sign Out
- User Role Based Authorization
- Private and Admin Routes
- User Profile and Admin Profile Pages
- Update Profile
- Forgot Password
- Reset Password