Dittofeed offers three “Auth Modes”, each of which varies in its level of flexibility and ease of use. The three modes are:Documentation Index
Fetch the complete documentation index at: https://docs.dittofeed.com/llms.txt
Use this file to discover all available pages before exploring further.
- 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. This setup can be configured by provide the following environment variables to Dittofeed:SECRET_KEY should be a 32 byte string. You can generate one using the following script,

