Skip to content

auth0-blog/svelte-auth0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Svelte Welcome Screen

Get started

Clone the repo:

git clone [email protected]: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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published