GitHunt
AN

antony/sapper-authentication-demo

A demonstration of Auth with Sapper + JWT + Server Side Rendering + RBAC

Sapper Authentication Demo

A demonstration of Authentication with Sapper.
This example is intentionally simple, but demonstrates a basic auth flow with JWT, secure cookies, and Sapper.

Includes:

  • JWT
  • Secure cookies
  • HTTP Only cookies

Installing

cd server
npm i
cd ..
npm i

Usage

npm run dev

Languages

JavaScript64.7%Svelte25.6%HTML6.2%CSS3.5%

Contributors

Created April 8, 2020
Updated August 17, 2024
antony/sapper-authentication-demo | GitHunt