- Anonymous: No authentication is required to access the Dittofeed Dashboard or API.
- Single Tenant: A minimalistic authentication setup that allows you to create a single, shared, password protected user account for your Dittofeed instance.
- Multi Tenant: A more complex authentication setup that allows you to integrate with any OIDC compliant identity provider. This allows for multiple users to access your Dittofeed instance, each with their own credentials.
Anonymous
This is the default auth mode for Dittofeed. It requires no configuration and works out of the box. It is not recommended for production use, but is useful for testing and development. This auth mode is visible in our demo instance.Single Tenant
A minimalistic authentication setup that allows you to create a single, shared, password protected user account for your Dittofeed instance.Currently the
single-tenant
auth mode is only available with dittofeed-lite.SECRET_KEY
should be a 32 byte string. You can generate one using the following script,