Overview
Basic auth lets you sign in to Tracecat with an email and password.
Configuration
In your.env file, enable the basic auth type:
Minimum password length
When you use basic auth, your password must be at leastTRACECAT__AUTH_MIN_PASSWORD_LENGTH characters long. The default minimum is 12.