Merged
Size
M
Change Breakdown
Docs100%
#3262docs: add Nango OAuth integration guide

Nango OAuth integration guide added

A step-by-step guide has been added for implementing Nango OAuth within Trigger.dev tasks, eliminating the need for manual API token management.

Background tasks often need to interact with third-party APIs on behalf of users, which typically requires building complex OAuth flows and managing token refresh logic. A new guide has been added detailing how to offload this entirely to Nango.

The documentation walks through authenticating API calls from inside a background task without handling tokens directly. Using a practical example of fetching open GitHub pull requests and summarizing them with Claude, the guide covers everything from the initial Next.js API route to the background task implementation. This provides a blueprint for integrating any of Nango's 250+ supported APIs, like Slack or Notion, into automated workflows.

View Original GitHub Description

Adds a guide showing how to use Nango to make authenticated API calls inside a Trigger.dev task, using GitHub + Claude as a concrete example.

© 2026 · via Gitpulse