Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs-v2/pages/connect/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ By default, apps that use OAuth to authenticate will use Pipedream's official OA
To view or delete your users' connected accounts:

1. Open your project
2. Click the **Connect** tab
3. In the **Apps** section, add a new app.
2. Click the **Connect** tab on the left
3. Click the **Users** tab at the top

You'll see a list of all users, their connected accounts, and the option to delete any accounts from the UI. You can also retrieve and delete all your users via the API ([see the docs for reference](/connect/api)).

Expand Down
6 changes: 2 additions & 4 deletions docs-v2/pages/connect/oauth-clients.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ To get started in [development mode](/connect/environments), you can skip these
## Using a custom OAuth client

1. Follow the steps [here](/connected-accounts/oauth-clients#configuring-custom-oauth-clients) to create an OAuth client in Pipedream.
2. Open the **Apps** tab within your Pipedream project and select **Add app**.
3. Select the app you're looking for, then select your OAuth client from the dropdown menu.
4. When connecting an account either via the [frontend SDK](/connect/quickstart#use-the-pipedream-sdk-in-your-frontend), make sure to include the `oauth_app_id` in `pd.connectAccount()`.
5. If using [Connect Link](/connect/quickstart#use-connect-link), make sure to include the `oauth_app_id` in the URL.
2. When connecting an account either via the [frontend SDK](/connect/quickstart#use-the-pipedream-sdk-in-your-frontend), make sure to include the `oauth_app_id` in `pd.connectAccount()`.
3. If using [Connect Link](/connect/quickstart#use-connect-link), make sure to include the `oauth_app_id` in the URL.

### Finding your OAuth app ID

Expand Down
Loading