Skip to content

jaymar921/JWT-Authentication-Express-JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JWT Authentication with ExpressJS

A basic Authentication API with Json Web Token in express, by Jayharron

Project files

Run the app

// install dependencies
> npm i

// run the app
> npm run start

Tech Stacks

  • JWT
  • Express
  • NodeJS