Basic auth should only be used for local development. For production, use Google OAuth or SAML SSO.

Configuration

In your .env file, make sure you have the following value set.

TRACECAT__AUTH_TYPES=basic

To disable basic auth, just remove basic from the comma separated list of TRACECAT__AUTH_TYPES.