This repository contains the project I created for my bachelor's thesis "Secure and simple online authentication: Evaluating modern authentication schemes in a web application"
- clone the repo
- run
docker-compose up
- Login to docker:
docker-compose exec -uthesis web bash
- run
npm install
- run
npm run dev
- run
- edit
/etc/hosts
to contain127.0.0.7 thesis.local
- visit http://thesis.local/
For the password login user "devs" with password "demo" is predefined.
Google Sign-In is done with live credentials, not with test accounts.
This project is based on the symfony/website-skeleton.