this application aims to help understand oAuth2.
- Start the containers
docker-compose up -d
- If you plan to use the users dashboard, showing created authorization codes for demonstration: extend the
.env
file with your pusher details.
PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
PUSHER_APP_CLUSTER=mt1
- enter into docker shell:
docker-compose exec -it app
and run migrationsphp artisan migrate
run php artisan test