Centralized auth server for managing access to my apps
For development
git clone https://github.com/Luca-Castelnuovo/Apps.git
composer install
- Edit
.env
php cubequence app:key
php cubequence app:jwt
php cubequence db:migrate
php cubequence db:seed
- Start development server
php -S localhost:8080 -t public
For deployment
git clone https://github.com/Luca-Castelnuovo/Apps.git
composer install --optimize-autoloader --no-dev
- Edit
.env
php cubequence app:key
php cubequence app:jwt
php cubequence db:migrate
Please review our security policy on how to report security vulnerabilities.
Copyright © 2020 Luca Castelnuovo.
This project is MIT licensed.