A simple demo web app built with Svelte + Restify that is meant to demonstrate security aspects regarding the SameSite cookie flag.
- Clone the repo and install the deps
yarn install
- Run thing
API_URL=/api BASE_URL=/app yarn dev
a. Optional - Add 127.0.0.1 muney.dosh
to your hosts file
b. Navigate your browser to either 127.0.0.1:8000
or whatever you put into your hosts file
4. That's it really...
No. Just go learn Svelte from the people who made it.
Maybe. Idk, it might serve as a decent place to implement some future demo attacks, etc.