Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 480 Bytes

File metadata and controls

23 lines (21 loc) · 480 Bytes

Nodejs Authentication Using JWT

This is the project for the article Securing Node.js APIs

Technologies

  1. Nodejs
  2. Express
  3. JWT Tokens

Setup

Install all dependencies
npm install

start server to access endpoints
node index.js