Skip to content

Commit 56fedca

Browse files
committed
Update partial-authentication-setup.mdx
1 parent db30ff4 commit 56fedca

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

authentication-personalization/partial-authentication-setup.mdx

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
---
22
title: "Partial Authentication Setup"
3-
description: "Authenticate users to view only certain pages"
3+
description: "Control access to specific pages"
44
icon: "file-lock-2"
55
---
66

7-
Partial Authentication allows you to authenticate users to view only certain pages.
7+
Partial authentication lets you protect private documentation while keeping other pages publicly viewable. Users can browse public content freely and authenticate only when accessing protected pages.
88

9-
You can authenticate users through handshake methods such as:
9+
Partial authentication shares all the same features as authentication, but with the ability to allow unauthenticated users to view certain pages.
1010

11-
- [Password](./authentication-setup/password)
12-
- [JWT](./authentication-setup/jwt)
13-
- [OAuth](./authentication-setup/oauth)
14-
- [Mintlify dashboard](./authentication-setup/mintlify)
11+
## Setup
1512

16-
Partial Authentication shares all the same features as [Authentication](./authentication), but with the ability to allow unauthenticated users to view certain pages.
13+
Follow the [Authentication setup](/authentication-personalization/authentication-setup) guide and select **Partial Authentication** when configuring your chosen handshake method.
1714

18-
By default, all pages are protected. You can specify which pages should be publicly accessible by adding the `public` property to the page's frontmatter.
15+
## Making pages public
16+
17+
By default, all pages are protected. Add the `public` property to the page's frontmatter to make it viewable without authentication.
1918

2019
```mdx
2120
---

0 commit comments

Comments
 (0)