Home›
Companies›
Nango

Nango

A single API for all your integrations

Customers expect your SaaS to integrate with their ever-growing stack natively. Ship any product integration fast with Nango. Leverage pre-built integrations and limitless customization.

Nango
Founded:2022
Team Size:6
Location:San Francisco
Group Partner:Nicolas Dessaigne

Active Founders

Robin Guldener

Founded Nango after seeing first hand how hard it to build product integrations between SaaS. Previously co-founded Avrios, a B2B SaaS for car fleet management, and grew it to 1000+ customers.

Robin Guldener
Robin Guldener
Nango

Bastien Beurier

French & American. Grew up in Paris and worked in San Francisco. Recidivist founder (2 x YC). Previously senior platform engineer at Uber. Also worked at Lantern, Trip.com, Triplebyte.

Bastien Beurier
Bastien Beurier
Nango

Company Launches

TL;DR

Pre-built OAuth flows & secure token management for 55+ APIs (and counting). 100% open source.

The problem: OAuth sucks.

OAuth is harder than it seems:

  • Every API has specific quirks & nuances - forcing you to read endless docs pages
  • OAuth libraries don’t solve redirects, adding callback endpoints, token storage, refresh logic etc.
  • When something goes wrong debugging is hard: Unspecific errors, non-compliant behaviours, missing details and a million possible root causes

On top of this, SOC 2 compliance & GDPR make storing plain-text tokens in your DB no longer a viable option.

The solution: Nango makes OAuth fast & secure.

Nango is a service that contains everything you need to work with APIs that use OAuth:

  • A full OAuth dance for 55+ APIs - no backend work needed
  • A tiny frontend SDK, with promises instead of confusing full-page redirects
  • Secure token storage, with automatic refresh as needed
  • Works with any API, programming language & framework

In your frontend easily trigger an OAuth flow with 1 line of code (full desktop & mobile support):

nango.auth('salesforce', '<user-id>'); // Opens a modal for OAuth dance

Then get always fresh access tokens in your backend:

let accessToken = nango.getToken('salesforce', '<user-id>'); // Refreshed & ready

That’s it.

Trusted in production, by startups and established companies

Nango is used in production by companies like Typeform, Crowd.dev, AppraisalInbox, Trigger.dev (YC W23), Blocktool (YC W23) and others.

Try it in 5 minutes

Nango is easy to try on your local machine (open source) or with our cloud option: