Skip to content

Files

Latest commit

f3fd070 · Dec 14, 2020

History

History
29 lines (15 loc) · 488 Bytes

outline.md

File metadata and controls

29 lines (15 loc) · 488 Bytes

Authenticating Svelte Apps with Auth0

TL;DR:

What we are to build

Prerequisites

Creating the Auth0 Project

Scaffolding the Svelte project

Setting up Authentication with Auth0

Creating a Svelte store to hold authentication state

Creating an authentication service

Building the Task List

Creating a List Item Component

Building the Task List page

Adding authentication to the Task List page

Running the Application

Conclusion