JWT Auth Starter for SvelteKit 5
Secure your app with cookie-based JWTs, minimal server code, and a clean dark UI.
POST /signin
Set-Cookie: token=...; HttpOnly; SameSite=Lax
Set-Cookie: userData={...}
GET /app
200 OK → Welcome back
Secure your app with cookie-based JWTs, minimal server code, and a clean dark UI.
POST /signin
Set-Cookie: token=...; HttpOnly; SameSite=Lax
Set-Cookie: userData={...}
GET /app
200 OK → Welcome back