Skip to content

Commit 7e30543

Browse files
authored
remove video
1 parent ca6e01f commit 7e30543

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

docs-v2/pages/connect/index.mdx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ import VideoPlayer from "@/components/VideoPlayer";
1313
Please reach out at `[email protected]` or our [Slack community](https://pipedream.com/support) to let us know how you're using it, what's not working, and what else you'd like to see.
1414
</Callout>
1515

16-
<VideoPlayer
17-
src="https://www.youtube.com/embed/xhUagMsogkQ"
18-
title="Pipedream Connect Public Preview"
19-
/>
20-
2116
Pipedream Connect is the easiest way for your users to connect to [over {process.env.PUBLIC_APPS}+ APIs](https://pipedream.com/apps), **right in your product**. You can build in-app messaging, CRM syncs, AI-driven products, [and much more](/connect/use-cases), all in a few minutes. Visit [the quickstart](/connect/quickstart) to build your first integration.
2217

2318
Connect lets your users authorize access to any API, directly in your app. You can then retrieve fresh credentials for any account, making requests on their behalf. Pipedream handles the security of credentials and the whole OAuth flow — **no need to manage authorization grants or token refresh yourself.**
@@ -82,4 +77,4 @@ All credentials and tokens are sent to Pipedream securely over HTTPS, and encryp
8277
- **Developer**: This is probably you, the Pipedream customer who's developing an app and wants to use Connect to make API requests on behalf of your end users.
8378
- **End User**: Your customer or user, whose data you want to access on their behalf. End users are identifed via the `external_id` param in the Connect SDK and API.
8479
- **Connected Account**: The account your end user connects. [Read more about connected accounts](/connected-accounts).
85-
- **OAuth Client**: Custom OAuth clients you create in Pipedream. [Read more about OAuth clients](/connected-accounts/oauth-clients).
80+
- **OAuth Client**: Custom OAuth clients you create in Pipedream. [Read more about OAuth clients](/connected-accounts/oauth-clients).

0 commit comments

Comments
 (0)