Sourcebot supports a wide range of different authentication providers through it’s integration with Auth.js. This page highlights how to configure the various supported providers. If there’s an authentication provider you’d like us to support, please reach out.Documentation Index
Fetch the complete documentation index at: https://docs.sourcebot.dev/llms.txt
Use this file to discover all available pages before exploring further.
Core Authentication Providers
Email / Password
Email / password authentication is enabled by default. It can be disabled by setting
AUTH_CREDENTIALS_LOGIN_ENABLED to false.
Email codes
Email codes are 6 digit codes sent to a provided email. Email codes are enabled when transactional emails are configured using the following environment variables:
AUTH_EMAIL_CODE_LOGIN_ENABLEDSMTP_CONNECTION_URLEMAIL_FROM_ADDRESS

