Nango Auth
Nango Auth: Overview
Nango Auth
Nango Auth: Overview
Easly run OAuth flows with 100+ APIs
ββ Nango Auth at a glance
Nango Auth lets you get access to external APIs with OAuth & API keys, on behalf of users. It works in isolation or seamlessly integrates with Nango Sync.
It contains:
- a full OAuth dance for 100+ APIs, and an easy process to add more
- a frontend SDK to trigger authorization flows
- backend SDKs & a REST API to retrieve fresh access tokens for your API calls
βπ©βπ» How it looks in my code
- 1-liner to start a new OAuth flow in your frontend:
await nango.auth('github', '<user-id>');
- 1-liner to retrieve a fresh access token:
await nango.getToken('github', '<user-id>');
βπ Getting Started
Follow the Quickstart to add Nango Auth to you app in minutes.
βπΊ 30-second demo
β100+ pre-configured APIs, easily add your own
Nango works with any API and use-case. Adding Integration Templates is easy and we already have the main APIs covered.
100+ APIs are pre-configured to work out-of-the-box, including:
- CRM: Front, Hubspot, Salesforce, etc.
- Accounting: Xero, Sellsy, Zoho Books, etc.
- Fintech: Brex, Stripe, Braintree, Ramp etc.
- Developer tools: GitHub, GitLab, Linear, Jira etc.
- Communication: Gmail, Microsoft Teams, Slack, Discord, Zoom etc.
- Productivity: Asana, Airtable, Google Drive, Google Calendar, Trello, GSheet, ClickUp etc.
- Social: Twitter, LinkedIn, Reddit, Facebook etc.
- and moreβ¦
If your favorite API is missing open a GitHub issue or contribute it.