Authentication
Basic Auth
Learn how to authenticate into Tracecat with email and password.
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.
To disable basic auth, just remove basic
from the comma separated list of TRACECAT__AUTH_TYPES
.