Skip to content

MERN (MongoDB, Express.js, React, Node.js) authentication template for building secure web applications with user authentication. It includes a frontend built with React, Redux Toolkit, and Bootstrap for a responsive user interface, and a backend server built with Node.js, Express.js, MongoDB for data storage, bcrypt.js and jwt for secure auth

noobmaster432/MERN-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

MERN Authentication

This repository provides a MERN (MongoDB, Express.js, React, Node.js) authentication template for building secure web applications with user authentication. It includes a frontend built with React, Redux Toolkit, and Bootstrap for a responsive user interface, and a backend server built with Node.js, Express.js, MongoDB for data storage, bcrypt.js for password hashing, and JWT (JSON Web Tokens) for secure authentication.

Features

  • User registration with email and password
  • User login with email and password
  • Password hashing using bcrypt.js for enhanced security
  • Token-based authentication using JWT (JSON Web Tokens)
  • Protected routes to restrict access to authenticated users
  • MongoDB integration for storing user data

About

MERN (MongoDB, Express.js, React, Node.js) authentication template for building secure web applications with user authentication. It includes a frontend built with React, Redux Toolkit, and Bootstrap for a responsive user interface, and a backend server built with Node.js, Express.js, MongoDB for data storage, bcrypt.js and jwt for secure auth

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published