Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Centralized auth server for managing access to my apps

License

Notifications You must be signed in to change notification settings

lucacastelnuovo/archive-apps

Repository files navigation

Latest Commit Issues License

Apps

Centralized auth server for managing access to my apps

Installation

For development

  1. git clone https://github.com/Luca-Castelnuovo/Apps.git
  2. composer install
  3. Edit .env
  4. php cubequence app:key
  5. php cubequence app:jwt
  6. php cubequence db:migrate
  7. php cubequence db:seed
  8. Start development server php -S localhost:8080 -t public

For deployment

  1. git clone https://github.com/Luca-Castelnuovo/Apps.git
  2. composer install --optimize-autoloader --no-dev
  3. Edit .env
  4. php cubequence app:key
  5. php cubequence app:jwt
  6. php cubequence db:migrate

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

License

Copyright © 2020 Luca Castelnuovo.
This project is MIT licensed.