Pre-built OAuth flows & secure token management for 55+ APIs (and counting)
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: