API service
We use a general API-first approach. Therefore, all data is created and retrieved through API calls to the API service.
Tenants
Content in the API is connected to a Tenant. Each user is in x tenants. This allows for multiple content silos in the same installation.
Fallback image for client
The fallback image for a given tenant, to be displayed when there is no content in the client, can be set with the following command.
bin/console app:tenant:configure
Authentication
The API is stateless. Authentication is achieved through the /authentication/token
endpoint for admin and through the /authentication/screen
endpoint.