Skip to content

An implementation of JSON Web Tokens. JWTs Bearer Tokens to encode all relevant parts of an access token into the access token itself instead of having to store them in a database.

Notifications You must be signed in to change notification settings

lekhulal/jwt-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jwt-nodejs

An implementation of JSON Web Tokens.

JWTs Bearer Tokens to encode all relevant parts of an access token into the access token itself instead of having to store them in a database.

Node Modules
npm i express jsonwebtoken dotenv express-async-errors http-status-codes
npm i nodemon -D

MIDDLEWARE
-------------
#error-handler
#not-found
#auth

ERRORS
-------
#custom-error
#bad-request
#unauthorized

About

An implementation of JSON Web Tokens. JWTs Bearer Tokens to encode all relevant parts of an access token into the access token itself instead of having to store them in a database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published