Skip to content

omar41101/JWT-Auth-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JWT Authentication with Node.js

A secure and scalable implementation of JSON Web Token (JWT) authentication using Node.js. This repository provides a boilerplate for managing user authentication in modern web applications.

Features

  • Secure Authentication: Utilizes JWT for robust and efficient user authentication.
  • Middleware Protection: Provides middleware to protect specific API routes.
  • Customizable Tokens: Configurable token expiry and secret keys.
  • Scalable Codebase: Modular and easy to integrate into existing applications.

Prerequisites

  • Node.js installed on your system.
  • A package manager like npm or yarn.

Installation

  1. Clone the repository:
    git clone https://github.com/omar41101/JWT-Auth.git
    cd JWT-Auth
    

Install depandencies

 npm install

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors