Environment Variable | Description | Required | Default Value |
---|---|---|---|
AUTH_TYPE | Set to ‘AUTH0’ for Auth0 authentication | Yes | - |
AUTH0_DOMAIN | Your Auth0 domain | Yes | - |
AUTH0_CLIENT_ID | Your Auth0 client ID | Yes | - |
AUTH0_CLIENT_SECRET | Your Auth0 client secret | Yes | - |
AUTH0_ISSUER | Your Auth0 API issuer | Yes | - |
Environment Variable | Description | Required | Default Value |
---|---|---|---|
AUTH_TYPE | Set to ‘AUTH0’ for Auth0 authentication | Yes | - |
AUTH0_MANAGEMENT_DOMAIN | Your Auth0 management domain | Yes | - |
AUTH0_CLIENT_ID | Your Auth0 client ID | Yes | - |
AUTH0_CLIENT_SECRET | Your Auth0 client secret | Yes | - |
AUTH0_AUDIENCE | Your Auth0 API audience | Yes | - |
docker-compose-with-auth0.yml
for an easy setup, which includes necessary environment variables for enabling Auth0 authentication.