Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 647 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 647 Bytes

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