SvelteKit Auth with JWT
Related blog post: https://okupter.com/blog/handling-auth-with-jwt-in-sveltekit.
I changed quite a bit to protect the route group and added a description of the installation
- git clone git@github.com:vadimkozin/z-sveltekit-auth-jwt.git
- cd z-sveltekit-auth-jwt
- npm install
- mv .env.example .env
- npx prisma db push
- npm run dev
- open http://localhost:5173/
- SignUp and then Login