Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/antony/sapper-authentication-demo

A demonstration of Auth with Sapper + JWT + Server Side Rendering + RBAC
https://github.com/antony/sapper-authentication-demo

authentication boilerplate hapi hapijs jwt meetup sapper seed svelte sveltejs template

Last synced: 10 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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

```sh
cd server
npm i
cd ..
npm i
```

## Usage

`npm run dev`