We now create a search and almost-admin key and save it in the DB. From this key we generate secured API key to avoid API calls and make the whole thing a lot faster.
Also done in this PR:
[x] Refactor the configuration to an object rather than an array
[x] Refactor middlewares
[x] Upgrade to laravel 5.8.
Notes:
New env variables were introduced (especially ${app_id}_ADMIN)
timezone must be UTC
A cronjob must be calling php artisan dealer:update:parent-keys
We now create a search and almost-admin key and save it in the DB. From this key we generate secured API key to avoid API calls and make the whole thing a lot faster.
Also done in this PR:
Notes:
${app_id}_ADMIN
)php artisan dealer:update:parent-keys