Skip to main content

Installation

Usage

How It Works

1

Generate Token

Generate a link token from your backend
2

Call authenticate()

Call authenticate() with the token
3

Popup Opens

A popup opens with the connection UI
4

User Authenticates

User selects integration and authenticates
5

Handle Response

Promise resolves on success, rejects on error
From your backend:

Response Handling

Success

Errors

The promise rejects when:
  • User closes the popup
  • Authentication fails
  • Validation fails (if configured)
Generate a shareable link instead of embedding:
Send this to customers who need to connect accounts outside your app.

React Example