mdp / nango

Get OAuth tokens for APIs - fast & secure.

Home Page:https://www.nango.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

+ Looking for Pizzly? You are in the right place. Pizzly has been renamed Nango. +

Get OAuth tokens for APIs. Fast & secure.

Pre-built OAuth flows & secure token management for 50+ APIs. 100% open source.


Explore the docs »

All supported APIs · Docs · Website · Contribute an API · Report Bug · Slack Community

⭐ Nango at a glance

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

It contains:

  • a full OAuth dance for 50+ APIs
  • a frontend SDK to trigger new OAuth flows
  • a backend SDK & REST API to retrieve fresh access tokens for your API calls

Nango is easy to try in 5 minutes and can be deployed in 15:

  • 1-liner to start a new OAuth flow in your frontend:
let result = await nango.auth('github', '<user-id>');
  • 1-liner to retrieve a token (with our SDK or REST API):
let token = await nango.getToken('github', '<user-id>');

👾 Out of the box support for 50+ APIs

50+ APIs are preconfigured 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, Google sheets, ClickUp etc.
  • Social: Twitter, LinkedIn, Reddit, Facebook etc.
  • and more...

If your favorite API is missing open a GitHub issue or contribute it right away: The API configurations are just simple entries in a YAML file.

🛡️ Small, self-contained & ready for production

Nango is purposely small, focused on its one task and easy to deploy in production:

  • Runs as a single docker container
  • Updates easily (docker pull)
  • Secured with an API key
  • Managed with a CLI
  • Cloud hosting available

Nango's community continuously maintains & expands API templates.

🚀 Demo & Quickstart

1 minute demo

Watch demo on YouTube

Implement OAuth for any API in 15 minutes

Ready to try Nango in your own app?
Follow our Quickstart to implement OAuth for your favorite API in your application in 15 minutes.

🔍 Where to learn more

💪 Contributors

Thank you for continuously making Nango better ❤️

🐻 History

Pizzly (the original name of this project) was initially developed by the team at Bearer with contributions of more than 40 individuals. Over time the focus of Bearer shifted and they could no longer maintain Pizzly. In late 2022 the team at Nango adopted the project and has since maintained and evolved it together with the growing Nango community.

About

Get OAuth tokens for APIs - fast & secure.

https://www.nango.dev

License:Other


Languages

Language:TypeScript 81.5%Language:JavaScript 10.9%Language:HTML 6.6%Language:Shell 0.7%Language:Dockerfile 0.2%Language:CSS 0.1%