Skip to content

JWT-auth-nodejs is a Node.js application showcasing JSON Web Token (JWT) authentication. Implement secure authentication and authorization mechanisms using JWT to protect routes and manage user sessions efficiently in your Node.js projects.

Notifications You must be signed in to change notification settings

Saurabh7636/JWT-auth-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Node.js jsonwebtoken Example

An example of how to protect routes and get a token JWT

Quick Start

# Install dependencies
npm install

# Serve on localhost:3000
npm start

About

JWT-auth-nodejs is a Node.js application showcasing JSON Web Token (JWT) authentication. Implement secure authentication and authorization mechanisms using JWT to protect routes and manage user sessions efficiently in your Node.js projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published