Svelte Auth

Summary of all the authentication flows versus different providers. All of them include:

  • Svelte as the main framework
  • OAuth2 flow
  • Server-side authorization
  • As clean as possible

Each of the sections is correlated with an article:

How to run

  1. Go to the desire solution

  2. Create .env file

cp .env.example .env
  1. Fill out the .env file with the proper values

  2. Run app

docker compose up --build

Top categories

Loading Svelte Themes