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: deploy/authentication-setup.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Select the handshake method that you want to configure.
36
36
2. Enable authentication.
37
37
3. In the **Password Protection** section, enter a secure password
38
38
39
-
After you enter a password, your site redploys. When it finishes deploying, anyone who visits your site must enter the password to access your content.
39
+
After you enter a password, your site redeploys. When it finishes deploying, anyone who visits your site must enter the password to access your content.
40
40
</Step>
41
41
<Steptitle="Distribute access.">
42
42
Securely share the password and documentation URL with authorized users.
@@ -45,7 +45,7 @@ Select the handshake method that you want to configure.
45
45
46
46
### Example
47
47
48
-
Your host your documentation at `docs.foo.com` and you need basic access control without tracking individual users. You want to prevent public access while keeping setup simple.
48
+
You host your documentation at `docs.foo.com` and you need basic access control without tracking individual users. You want to prevent public access while keeping setup simple.
49
49
50
50
**Create a strong password** in your dashboard. **Share credentials** with authorized users. That's it!
51
51
</Tab>
@@ -74,7 +74,7 @@ Your host your documentation at `docs.foo.com` and you need basic access control
74
74
75
75
### Example
76
76
77
-
Your host your documentation at `docs.foo.com` and your entire team has access to your dashboard. You want to restrict access to team members only.
77
+
You host your documentation at `docs.foo.com` and your entire team has access to your dashboard. You want to restrict access to team members only.
78
78
79
79
**Enable Mintlify authentication** in your dashboard settings.
80
80
@@ -125,7 +125,7 @@ Your host your documentation at `docs.foo.com` and your entire team has access t
125
125
126
126
### Example
127
127
128
-
Your host your documentation at `foo.com/docs` and you have an existing OAuth server at `auth.foo.com` that supports the Authorization Code Flow.
128
+
You host your documentation at `foo.com/docs` and you have an existing OAuth server at `auth.foo.com` that supports the Authorization Code Flow.
129
129
130
130
**Configure your OAuth server details** in your dashboard:
@@ -186,7 +186,7 @@ Your host your documentation at `foo.com/docs` and you have an existing OAuth se
186
186
187
187
### Example
188
188
189
-
Your host your documentation at `docs.foo.com` with an existing authentication system at `foo.com`. You want to extend your login flow to grant access to the docs while keeping your docs separate from your dashboard (or you don't have a dashboard).
189
+
You host your documentation at `docs.foo.com` with an existing authentication system at `foo.com`. You want to extend your login flow to grant access to the docs while keeping your docs separate from your dashboard (or you don't have a dashboard).
190
190
191
191
Create a login endpoint at `https://foo.com/docs-login` that extends your existing authentication.
0 commit comments