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 environment variables set:

TRACECAT__AUTH_TYPES=basic
TRACECAT__SETTING_OVERRIDE_AUTH_BASIC_ENABLED=true

Sign-up

Create a new user to sign-in with a minimum password length of 16 characters.