Skip to content

Commit 4a25bed

Browse files
committed
overview copyedits
1 parent 9a5c968 commit 4a25bed

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

authentication-personalization/overview.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@ Authentication and personalization offer multiple handshake methods for controll
3333
* No restrictions on API URLs.
3434
* Cons of JWT:
3535
* Must be compatible with your existing login flow.
36-
* Dashboard sessions and docs authentication are decoupled, so your team will log in to your dashboard and your docs separately.
37-
* When you refresh user data, users must login to your docs again. If your users' data changes frequently, they must log in frequently or risk having stale data in your docs.
36+
* Dashboard sessions and docs authentication are decoupled, so your team will log into your dashboard and your docs separately.
37+
* When you refresh user data, users must log into your docs again. If your users' data changes frequently, they must log in frequently or risk having stale data in your docs.
3838

3939
**OAuth 2.0**: Third-party login integration like Google, GitHub, or other OAuth providers.
4040
* Pros of OAuth 2.0:
4141
* Heightened security standard.
4242
* No restrictions on API URLs.
4343
* Cons of OAuth 2.0:
4444
* Requires significant work if setting up an OAuth server for the first time.
45-
* Dashboard sessions and docs authentication are decoupled, so your team will log in to your dashboard and your docs separately.
45+
* Dashboard sessions and docs authentication are decoupled, so your team will log into your dashboard and your docs separately.
4646

4747
### Available for authentication and partial authentication
4848

@@ -74,13 +74,13 @@ Authentication and personalization offer multiple handshake methods for controll
7474

7575
## Content customization
7676

77-
All three methods allow you to customize content with these personalization features.
77+
All three methods allow you to customize content with these features.
7878

79-
### Dynamic content
79+
### Dynamic `MDX` content
8080

8181
Display dynamic content based on user information like name, plan, or organization.
8282

83-
The `user` variable contains information sent to your docs from logged in users.
83+
The `user` variable contains information sent to your docs from logged in users. See [Sending data](/authentication-personalization/sending-data) for more information.
8484

8585
**Example**: Hello, {user.name ?? 'reader'}!
8686

@@ -121,7 +121,7 @@ Automatically populate API playground fields with user-specific values by return
121121
122122
### Page visibility
123123
124-
Restrict which pages are visible to your users by adding `groups` fields to your pages' frontmatter.
124+
Restrict which pages are visible to your users by adding `groups` fields to your pages' frontmatter. By default, every page is visible to every user.
125125
126126
Users will only see pages for `groups` that they are in.
127127

0 commit comments

Comments
 (0)