https://github.com/sujoyghoshal/fsloginsystem
node js (express)The MERN Authentication System is a comprehensive web application that provides secure user authentication using the MERN stack. This project enables users to sign up, log in, and manage their authentication state with a modern and scalable approach.
https://github.com/sujoyghoshal/fsloginsystem
authentication login-system nodejs signup-page ui ux-design
Last synced: about 2 months ago
JSON representation
node js (express)The MERN Authentication System is a comprehensive web application that provides secure user authentication using the MERN stack. This project enables users to sign up, log in, and manage their authentication state with a modern and scalable approach.
- Host: GitHub
- URL: https://github.com/sujoyghoshal/fsloginsystem
- Owner: sujoyghoshal
- Created: 2023-09-18T11:01:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-06T06:37:39.000Z (almost 2 years ago)
- Last Synced: 2025-02-01T18:39:25.018Z (over 1 year ago)
- Topics: authentication, login-system, nodejs, signup-page, ui, ux-design
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MERN Authentication System
## Overview
The MERN Authentication System is a web application that provides secure user authentication using the MERN stack (MongoDB, Express, React, Node.js). This project enables users to sign up, log in, and manage their authentication state, offering a modern and scalable solution for user management.
## Features
- **User Registration:** Create new accounts with secure sign-up.
- **User Login:** Authenticate users and manage login sessions.
- **Password Management:** Reset and recover passwords securely.
- **Responsive UI:** Dynamic and user-friendly interface built with React.
- **API Integration:** RESTful API endpoints for authentication and user management.
- **Security:** Secure authentication with hashed passwords and JWTs.
-
## Technology Stack
- **MongoDB:** NoSQL database for storing user data.
- **Express:** Web framework for building RESTful APIs.
- **React:** Front-end library for building the user interface.
- **Node.js:** JavaScript runtime for server-side logic.
- **bcrypt:** Library for hashing passwords.
- **jsonwebtoken (JWT):** For managing authentication tokens.