A demonstration of Authentication with Sapper. This example is intentionally simple, but demonstrates a basic auth flow with JWT, secure cookies, and Sapper.
Includes:
cd server npm i cd .. npm i
npm run dev