/webauth-iv-guided

Guided Project for Web Auth IV Module

Primary LanguageJavaScriptMIT LicenseMIT

Web Auth IV Guided Project

Guided project for Web Auth IV Module.

Prerequisites

Project Setup

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

Please follow along as the instructor adds a React client that can handle JSON Web Tokens (JWT) for authentication.