/webauth-ii-guided

Primary LanguageJavaScriptMIT LicenseMIT

Web Auth II Guided Project

Guided project for Web Auth II Module.

Prerequisites

Project Setup

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

Please follow along as the instructor adds support for sessions and cookies to the API.