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
@@ -209,37 +209,32 @@ Your documentation is hosted at `docs.foo.com` and your team uses the dashboard
209
209
</Tab>
210
210
<Tabtitle="Password">
211
211
<Info>
212
-
Password authentication is used for access control only. Does not allow for personalizaiton.
212
+
Password authentication provides access control only and does **not** support content personalization.
213
213
</Info>
214
214
215
215
### Prerequisites
216
216
217
-
- Your security requirements allow for password sharing between documentation readers.
217
+
* Your security requirements allow password sharing among your users.
218
218
219
219
### Implementation
220
220
221
221
<Steps>
222
-
<Steptitle="Add a password">
223
-
Go to your [dashboard
224
-
settings](https://dashboard.mintlify.com/products/authentication) and create
225
-
a password.
222
+
<Steptitle="Create a password.">
223
+
1. In your dashboard, go to [Authentication](https://dashboard.mintlify.com/settings/deployment/authentication).
224
+
2. Select **Full Authentication** or **Partial Authentication**.
225
+
3. Select **Password**.
226
+
4. Enter a secure password.
227
+
5. Select **Save changes**.
226
228
</Step>
227
-
<Steptitle="Share your password">
228
-
Securely share the password with your documentation readers. That's it!
229
+
<Steptitle="Distribute access.">
230
+
Securely share the password and documentation URL with authorized users.
229
231
</Step>
230
232
</Steps>
231
233
232
234
## Example
233
235
234
-
I want to set up authentication for my docs hosted at `docs.foo.com`. I don't want
235
-
to have to keep track of who can and cannot access the docs. My main use case for
236
-
authentication is to prevent competitors from snooping - password sharing is secure
237
-
enough for my team.
238
-
239
-
To set up authentication with Mintlify, I go to my Mintlify dashboard and add at
240
-
least one password. I then share that password, along with the private docs URL,
241
-
with potential customers.
236
+
Your documentation is hosted at `docs.foo.com` and you need basic access control without tracking individual users. You want to prevent public access while keeping setup simple.
242
237
243
-
244
-
</Tab>
238
+
**Create a strong password** in your dashboard. **Share credentials** with authorized users. That's it!
0 commit comments