Skip to content

This repository serves as a practice project for understanding JSON Web Tokens (JWT) in a Node.js environment.

Notifications You must be signed in to change notification settings

0xOmarAdel/jwt-basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JWT Basics

This repository serves as a practice project for understanding JSON Web Tokens (JWT) in a Node.js environment.

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/jwt-basics.git
  2. Navigate to the project directory:

    cd jwt-basics
  3. Install dependencies:

    npm install

Usage

To run the application, execute the following command:

npm start

The server will start using nodemon for automatic reloading during development.

About

This repository serves as a practice project for understanding JSON Web Tokens (JWT) in a Node.js environment.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published