All Projects → antony → sapper-authentication-demo

antony / sapper-authentication-demo

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

Programming Languages

javascript
184084 projects - #8 most used programming language
Svelte
593 projects
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to sapper-authentication-demo

svelte-box
A truffle box for svelte
Stars: ✭ 60 (-41.18%)
Mutual labels:  seed, sveltejs
good-sentry
Sentry broadcasting for good process monitor
Stars: ✭ 15 (-85.29%)
Mutual labels:  hapi, hapijs
nodejs-tutorials-hapi
Examples for the hapi tutorial series within the Future Studio University
Stars: ✭ 70 (-31.37%)
Mutual labels:  hapi, hapijs
hapi-plugin-mysql
Hapi plugin for MySQL
Stars: ✭ 17 (-83.33%)
Mutual labels:  hapi, hapijs
hapi-moon
Hassle-free and production ready hapi.js Server boilerplate
Stars: ✭ 23 (-77.45%)
Mutual labels:  hapi, hapijs
svelte3-translation-ru
Russian translation of the official Svelte resources
Stars: ✭ 49 (-51.96%)
Mutual labels:  sveltejs, sapper
hapi-good-winston
A good reporter to send and log events with winston
Stars: ✭ 21 (-79.41%)
Mutual labels:  hapi, hapijs
permacoop
Open source and eco design ERP solution reserved for worker-owned business.
Stars: ✭ 167 (+63.73%)
Mutual labels:  sveltejs, sapper
typesafe-hapi
Typechecking for HapiJS based on Joi schemas!
Stars: ✭ 21 (-79.41%)
Mutual labels:  hapi, hapijs
hapi-cli
CLI to build API with Hapi, mongodb and mongoose. Work with Hapi V17.
Stars: ✭ 36 (-64.71%)
Mutual labels:  hapi, hapijs
hapi-now-auth
Hapi token auth for bearer and jwt
Stars: ✭ 43 (-57.84%)
Mutual labels:  hapi, hapijs
Typescript Seed
Typescript Seed Project (Angular, Hapi, Cookie Auth, TypeORM, Postgres)
Stars: ✭ 12 (-88.24%)
Mutual labels:  hapi, seed
Crashlyzer
Crash viewer web application for displaying the crashes reported by rn-crash-reporter components from React Native mobile applications.
Stars: ✭ 59 (-42.16%)
Mutual labels:  hapi, hapijs
website
Our website, built from the ground up with Svelte + Sapper to connect nonprofits, students, and everyone else in between with Bits of Good 🚀
Stars: ✭ 40 (-60.78%)
Mutual labels:  sveltejs, sapper
Open Source Meetup Alternatives
Open-Source Alternatives to Meetup
Stars: ✭ 191 (+87.25%)
Mutual labels:  meetup
jsrand
A seeded pseudo-random number generator for JavaScript.
Stars: ✭ 19 (-81.37%)
Mutual labels:  seed
Mobilizon
Gather, organize and mobilize yourselves with a convivial, ethical, and emancipating tool.
Stars: ✭ 164 (+60.78%)
Mutual labels:  meetup
Awesome Kubernetes
A curated list for awesome kubernetes sources 🚢🎉
Stars: ✭ 12,306 (+11964.71%)
Mutual labels:  meetup
svelte-seo
Optimize your website for search engines and social media with meta tags, Open Graph, and JSON-LD.
Stars: ✭ 257 (+151.96%)
Mutual labels:  sapper
hacker-feud
💥 A single page web game made with Svelte.
Stars: ✭ 61 (-40.2%)
Mutual labels:  sveltejs

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].