Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 322 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 322 Bytes

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