Skip to content

Commit b316870

Browse files
More updates
1 parent b5ba6dc commit b316870

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed
Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
export default {
2-
"index": "Overview",
3-
"users": "Users",
42
"quickstart": "Quickstart",
5-
"tokens": "Connect tokens",
6-
"connect-link": "Connect link",
7-
"oauth-clients": "OAuth clients",
3+
"users": "Users",
4+
"tokens": "Connect Tokens",
5+
"connect-link": "Connect Link",
6+
"oauth-clients": "OAuth Clients",
87
"webhooks": "Webhooks",
9-
"customization": "Customizing the auth flow",
8+
"customization": "Customizing the Auth Flow",
109
} as const

docs-v2/pages/connect/managed-auth/customization.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import ArcadeEmbed from '@/components/ArcadeEmbed'
22
import Callout from '@/components/Callout'
33

4-
# Customizing Your Application
4+
# Customizing the Auth Flow
55

66
<ArcadeEmbed
77
src="https://demo.arcade.software/b3aw8YEPFavVpOrXRvca?embed"

docs-v2/pages/connect/managed-auth/index.mdx

Whitespace-only changes.

docs-v2/pages/connect/managed-auth/tokens.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Callout from '@/components/Callout'
22

3-
# Connect tokens
3+
# Connect Tokens
44

55
When you initiate account connection for your end users, you must either:
66

@@ -25,7 +25,7 @@ When you generate a token, you can specify a `webhook_uri` where Pipedream will
2525

2626
[See the webhooks docs](/connect/webhooks) for more information.
2727

28-
## Tokens are scoped to end users and project environments
28+
## Tokens are scoped to end users and environments
2929

3030
When you [create a new Connect token](/connect/api/#create-a-new-token), you pass an `external_user_id` and an `environment`. See the docs on [environments](/connect/environments) for more information on passing environment in the SDK and API.
3131

0 commit comments

Comments
 (0)