Skip to content

Vansh1811/NodeJWT-Auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🔐 NodeJWT Auth

A secure and minimal user authentication system built using Node.js, Express.js, and JWT (JSON Web Tokens).

This project supports user signup, login, hashed passwords with bcrypt, and JWT-based authentication — making it perfect for learning, demos, or as a starter backend for real apps.


📌 Features

  • 📥 User Signup with hashed passwords
  • 🔐 Login with JWT token generation
  • ✅ Email & username duplication check
  • 🧠 Passwords securely stored using bcrypt
  • 🌐 Token-based authentication system

⚙️ Tech Stack


🚀 Getting Started

1. Clone the repository

git clone https://github.com/YOUR_USERNAME/NodeJWT-Auth.git
cd NodeJWT-Auth

About

A simple and secure authentication system built with Node.js, Express.js, and JWT. Supports user signup, login, hashed passwords, and token-based authentication — perfect for learning or bootstrapping backend projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors