Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/antony/sapper-authentication-demo
- Owner: antony
- Created: 2020-04-07T23:10:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:25:11.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T12:48:23.676Z (26 days ago)
- Topics: authentication, boilerplate, hapi, hapijs, jwt, meetup, sapper, seed, svelte, sveltejs, template
- Language: JavaScript
- Size: 939 KB
- Stars: 99
- Watchers: 7
- Forks: 18
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
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`