Skip to content

mishrasatyam/svelte_kit_jwt_auth

Repository files navigation

svelte_kit_jwt_auth

This is an example project demonstrating the json web token (jwt) authentication process.

Running locally

Add VITE_JWT_PRIVATE_KEY in .env as secret for jsonwebtoken

cd svelte_kit_jwt_auth
pnpm i && pnpm dev

Code will run at http://localhost:3000

About

This demonstrates authentication in svelte-kit using jsonwebtoken and cookies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published