You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
About
A demonstration of Auth with Sapper + JWT + Server Side Rendering + RBAC