Use a connect link when you want to trigger authorization without opening Connect UI immediately in your app (for example: email-based onboarding, support-assisted setup, or cross-device flows).Documentation Index
Fetch the complete documentation index at: https://nango.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Option 1: Generate a link from your backend
Create a connect session and return theconnect_link to your frontend or internal tools:
- Node
- cURL
connect_link expires after 30 minutes.
Option 2: Generate a link from the dashboard
In the Nango dashboard, open the Connections page and use the Share connect link button. This generates a link that you can share directly with the end user.Notes
- For the API details, see Create a connect session.
Related guides
- Auth guide - embed the standard Connect UI flow.
- Connection tags - reconcile completed links with users and orgs.
- Create a connect session API - API details for generated links.