This repo demonstrates how to add authentication to a Svelte application using Auth0.

It is a simple task list manager using the Svelte framework and Auth0. Users will be able to sign into this application to have authenticated access and create task items.

To see how to build this yourself, be sure to check out the full tutorial.

Get started

Clone the repo:

git clone git@github.com:auth0-blog/svelte-auth0.git

Install the dependencies:

cd svelte-auth0
npm install

...then start Rollup:

npm run dev

Navigate to localhost:5000. You should see your app running.

Adding Authentication

First, sign up for a free Auth0 account. For further instructions, please see the full tutorial.

Top categories

Loading Svelte Themes