bradtraversy / node_jwt_example

Example of Node JSON Web Tokens

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Example of Node JSON Web Tokens


Languages

Language:JavaScript 100.0%