This is a Laravel, IntertiaJS with Vue based application that works as an OIDC Provider.
This project uses laravel sail for local development.
- Clone the Repo
- Run
sail up -d
to start the docker containers. - Run
sail artisan migrate
. - Run
sail artisan db:seed
. - Run
sail npm install
. - Run
sail npm run dev
. - Add
auth.eurofurence.localhost
andidentity.eurofurence.localhost
to your hosts file and forward them to127.0.0.1
. - You can now go to http://identity.eurofurence.localhost.
If you discover any security related issues, please email me@thiritin.com instead of using the issue tracker.