Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 248 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 248 Bytes

API Auth: Node.js, Express, JWT(token), Cookies

A tutorial on Node.js API auth using JWT by the net ninja

Project Setup

install dependencies

$ npm install

serve with hot-reloads at localhost:3000/

$ npm start