This demo app is part of a tutorial explaining how to implement authentication using cookies in SvelteKit.
You can run the app by running:
npm install
npm run dev
You can log in with this dummy user:
email === [email protected]
password === thisisnotsecret
️Be aware that this demo app showcases how to deal with authentication in SvelteKit. It is not production ready. Do never store sensitive data like passwords in plain text.