CORS and CSRF Demo

Description

This is the demo of the talk "What is CORS and CSRF? - Websecurity Basics to Consider when Building an API".

Here you can find the slides of the talk.

Installation

Edit your Hosts-File, so that alice.localhost, bob.localhost and eve.localhost are resolved as 127.0.0.1.

$ yarn install

Running the demo

$ yarn start