Customers expect your SaaS to integrate with all the software they use. With Nango, you ship integrations your customers love, fast. Leverage hundreds of pre-built integrations and unlimited customization.
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.
Pre-built OAuth flows & secure token management for 55+ APIs (and counting). 100% open source.
OAuth is harder than it seems:
On top of this, SOC 2 compliance & GDPR make storing plain-text tokens in your DB no longer a viable option.
Nango is a service that contains everything you need to work with APIs that use OAuth:
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.
Nango is used in production by companies like Typeform, Crowd.dev, AppraisalInbox, Trigger.dev (YC W23), Blocktool (YC W23) and others.
Nango is easy to try on your local machine (open source) or with our cloud option: