Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 190 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 190 Bytes

Node.js jsonwebtoken Example

An example of how to protect routes and get a token

Quick Start

# Install dependencies
npm install

# Serve on localhost:3000
npm start.