SvelteKit Authentication using prisma and jwt
This is an example of how we can create an authentication system with SvelteKit using JsonWebToken and Prisma
How to run this example-app in your computer
- 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