AmmonMatthews / node-auth2-guided

[Lambda School] Guided Project for Node Auth 2 Module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using JSON Web Tokens (JWT)

Guided project for Node Auth 2 Module.

If you're looking for the old project for Using Sessions and Cookies, you can find it here.

Prerequisites

Project Setup

  • fork and clone this repository.
  • CD into the folder where you cloned your fork.
  • typenpm install to download dependencies.
  • type npm run server to start the API.

Please follow along as the instructor adds support for JSON Web Tokens (JWT) to the API.

About

[Lambda School] Guided Project for Node Auth 2 Module

License:MIT License


Languages

Language:JavaScript 100.0%