PipedreamHQ / PipedreamHQ/pipedream

[ACTION] Integrate Pipedream Connect with our Lovable App

Open
#17,393 1 comment 0 reactions 0 assignees View on GitHub
action enhancement good first issue help wanted question triaged
Dominant language
JavaScript
Stars
11.7k
Forks
5.8k
Avg merge
3d 10h
Merged PRs (30d)
102

Description

Description

We need to integrate Pipedream Connect with our Lovable App to allow users to securely connect and manage third-party services (e.g., Gmail) via managed OAuth.

Requirements:

Implement both Connect Token (popup/iframe) and Connect Link (redirect) authentication flows as per [Pipedream Connect documentation](https://pipedream.com/docs/connect/).

Ensure backend securely generates Connect tokens and handles API calls using the correct Pipedream OAuth client credentials (Client ID, Client Secret, Project ID).

Store connection metadata in our database and handle connection status updates via webhooks.

Provide clear user feedback for successful and failed connections in the UI.

Follow security best practices for environment variable management and error handling.

References:

[Pipedream Connect Overview](https://pipedream.com/docs/connect/)

[Managed Auth Quickstart](https://pipedream.com/docs/connect/managed-auth/quickstart/)

[Example App (Next.js)](https://github.com/PipedreamHQ/pipedream-connect-examples/tree/master/managed-auth-basic-next-app)

Acceptance Criteria:

Users can connect/disconnect their Gmail (and other supported) accounts through the Lovable App UI.

Connection status is accurately reflected and updated in the app.

All secrets and credentials are managed securely.

Errors are logged and surfaced for troubleshooting.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.