sveltekit-jwt-auth-demo

Sveltekit Jwt Auth Demo

An example of JWT authorization in Sveltekit

Sveltekit JWT auth demo

You do not need a database to run this, as the correct login credentials are hardcoded into the app.

username: helloworld
password: 123

to run:

$ git clone https://github.com/swyftycodes/sveltekit-jwt-auth-demo
$ cd sveltekit-jwt-auth-demo
$ npm install
$ npm run dev

Top categories

Loading Svelte Themes