Skip to content

oldskoolmoron/express-auth-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Express Authentication System

This project implements a basic authentication system using Express.js, JWT (JSON Web Tokens), and token-based authorization. It includes endpoints for user signup, signin, and a protected route for fetching user information. User credentials are stored in memory, and JWT is used to secure routes, enabling authenticated access to user-specific data.

✨ Features:

• 📝 Signup: Registers a new user by capturing a username and password. • 🔐 Signin: Authenticates a user and returns a JWT for session management. • 🛡️ Token-based Authorization: Secures routes by validating JWTs in headers. • 🔒 Protected Route: Allows authenticated users to access specific data.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published