Skip to content

fabiorodriguesroque/sveltekit_auth_app

Repository files navigation

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

  1. Clone the repo
  2. Change your .env.example to .env
  3. Create a database, on my example I used mysql
  4. update the .env variables
  5. npm install
  6. prisma db push
  7. Have fun

About

SvelteKit authentication with prisma and jwt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published