This is an example of how we can create an authentication system with SvelteKit using JsonWebToken and Prisma
- Clone the repo
- Change your .env.example to .env
- Create a database, on my example I used mysql
- update the .env variables
npm install
prisma db push
- Have fun