/node_jwt_example

Example of Node JSON Web Tokens

Primary LanguageJavaScript

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