Skip to content

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages