Authorize
Easily trigger an OAuth flow from your frontend with our SDK. No backend work needed.
Access
Get fresh OAuth access tokens at any time in your frontend or backend. Nango takes care of secure storage and refreshes for you.
How is it different from Passport.js, NextAuth or OAuth libraries?
Nango vs. Passport or NextAuth:
Passport & similar libraries focus on OAuth for single sign on (SSO). They don’t store tokens, don’t refresh them, don’t encrypt them etc.
Nango focuses on using APIs with OAuth. It provides pre-built flows, secure token storage and management in one.
Nango vs. OAuth libraries:
Nango is built on top of OAuth libraries: It adds a web server to handle the dance, pre-built configurations for 40+ APIs, secure token storage & refresh etc. You will be faster and more secure using Nango than building with an OAuth library.
A full production-ready OAuth solution. Without the hassle.
40+ pre-built providers
Pre-built OAuth 2.0 and 1.0a strategies for the most popular APIs. Constantly growing. And easy to add yours.
Simple frontend SDK
Trigger an OAuth flow with a single line of code. Enjoy a modern experience that leverages promises instead of URL redirects.
No backend work needed
Nango handles the full OAuth dance, secure token storage & refreshes. Just access the latest tokens whenever you need with our SDKs.
Secure token storage
Nango is a token vault: Credentials are encrypted at rest and security is baked in from day 1. Don’t risk your customers’ access credentials.
Language agnostic,
just an API
Nango runs as an independent service. It works with every programming language and framework.