mpiorowski / svelte-auth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:TypeScript 40.8%Language:JavaScript 28.5%Language:Svelte 18.0%Language:Dockerfile 8.1%Language:HTML 3.9%Language:CSS 0.7%