You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/configuration/auth/overview.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
title: Overview
3
3
---
4
4
5
+
<Warning>If you're deploying Sourcebot behind a domain, you must set the [AUTH_URL](/docs/configuration/environment-variables) environment variable.</Warning>
6
+
5
7
Sourcebot has built-in authentication that gates access to your organization. OAuth, email codes, and email / password are supported.
6
8
7
9
The first account that's registered on a Sourcebot deployment is made the owner. All other users who register must be [approved](/docs/configuration/auth/overview#approving-new-members) by the owner.
@@ -40,8 +42,6 @@ See [transactional emails](/docs/configuration/transactional-emails) for more de
40
42
41
43
## Enterprise Authentication Providers
42
44
43
-
<Warning>If you're deploying Sourcebot behind a domain, you must set the [AUTH_URL](/docs/configuration/environment-variables) environment variable to use these providers.</Warning>
44
-
45
45
The following authentication providers require an [enterprise license](/docs/license-key) to be enabled.
46
46
47
47
By default, a new user registering using these providers must have their join request accepted by the owner of the organization to join. To allow a user to join automatically when
Copy file name to clipboardExpand all lines: docs/docs/deployment-guide.mdx
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,9 @@ Watch this 1:51 minute video to get a quick overview of how to deploy Sourcebot
53
53
</Step>
54
54
55
55
<Steptitle="Launch your instance">
56
+
<Warning>If you're deploying Sourcebot behind a domain, you must set the [AUTH_URL](/docs/configuration/environment-variables) environment variable.</Warning>
57
+
58
+
56
59
In the same directory as `config.json`, run the following command to start your instance:
0 commit comments