OAuth2 Auth Server sandbox
- Run
composer installin this directory to install dependencies - Create a private key
openssl genrsa -out private.key 2048 - Create a public key
openssl rsa -in private.key -pubout > public.key
Setup support for scheduled events in mysql [mysqld] event_scheduler=ON