nango VS vault-plugin-secrets-oauthapp

Compare nango vs vault-plugin-secrets-oauthapp and see what are their differences.

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
nango vault-plugin-secrets-oauthapp
33 1
4,207 90
5.0% -
9.9 2.3
3 days ago about 1 month ago
TypeScript Go
GNU General Public License v3.0 or later Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

nango

Posts with mentions or reviews of nango. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-25.
  • Launch HN: Nango (YC W23) – Open-Source Unified API
    5 projects | news.ycombinator.com | 25 Apr 2024
    2 min demo video: https://www.loom.com/share/d04c67b47e284e86b91b4b99fba548ec

    SaaS engineering teams face a tough choice: they can build each integration in-house from scratch, which gives them full control but takes a lot of time and maintenance effort. Or they can use pre-built solutions, which are fast and easy but less flexible and might not fulfill all customer needs.

    Nango combines the best of both worlds. We let you quickly ship custom integrations without building complex infrastructure or diving deep into the quirks of each API. You control the business logic, data models, and customer-specific configurations, like custom field mappings. We handle (O)Auth and run your integrations reliably in production.

    Under the hood, your integrations run as typescript “lambdas” on Nango. A typical integration has 3-5 lambdas of 20-50 lines of code each. These lambdas live inside your git repo, are version-controlled with the rest of your app, and get deployed to Nango with a CLI (https://docs.nango.dev/understand/core-concepts).

    Our runtime has a built-in scheduler for continuous background syncs, monitoring to know if your integrations run as expected, detailed logging of everything that happens in Nango, and pre-built infrastructure to deal with (O)auth, retries, rate-limit handling, webhook floods, data caching, de-duplication, etc. More here: https://docs.nango.dev/understand/architecture

    We have found that ChatGPT and Copilot let you build integrations on Nango very fast without having to learn each API’s intricacies. LLMs are great at figuring out which endpoint to use, what parameters it takes, etc. Paired with our runtime, this lets you build complex, high-scale integrations in hours instead of weeks.

    We’ve put a ton of effort into dealing with API complexities, so you don’t have to. Even integrations that looked simple at first ended up forcing us to extend our infra to deal with their quirks and gotchas.

    For example, we had to figure out 100+ different OAuth implementations (see https://www.nango.dev/blog/why-is-oauth-still-hard and https://news.ycombinator.com/item?id=35713518). We had to deal with a half-dozen non-standard auth methods (Github apps, Stripe apps, Netsuite, etc.), expiring webhooks, ways to deal with data dependencies, weird pagination methods, API keys that change with every API call, dozens of different ways to register for webhooks, etc. It’s a constantly moving target, but it is a challenge we have come to love, and we think the approach makes sense: we specialize in finicky details that vary from API to API—you specialize in making your product great and offering more integrations to your users.

    The fastest way to see Nango in action is with our interactive demo here (no signup required): https://app.nango.dev/hn-demo

  • Show HN: Nango – Open unified API for product integrations
    4 projects | news.ycombinator.com | 9 Nov 2023
    Back in August I queried [1] your usage of "open source" while not being an open source project (ELv2 licensed). It looks like you're no longer describing yourself as "100% Open Source" which is good but you still label yourself as open source in the repo readme and still refer to yourself as open source on the website. Do you intend to keep labelling yourself as open source or is that something you're moving away from?

    [1] https://github.com/NangoHQ/nango/issues/900

  • Show HN: Revert – open-source unified API for product integrations
    4 projects | news.ycombinator.com | 24 Oct 2023
    https://www.nango.dev founder here.

    I think the biggest difference is that Nango lets you customize & extend the unified APIs on the platform.

    Usually unified APIs mitigate their limited catalog with passthrough/proxy requests. But this is a partial solution, since you go back to having a lot of integration logic in your code base.

    With Nango these customizations live in the unified API itself and benefit from all the infrastructure available there (OAuth, rate-limit handling, pagination, de-duplication of records, etc.).

  • Show HN: Poozle – open-source Plaid for LLMs
    5 projects | news.ycombinator.com | 18 Aug 2023
    Definitely a difficult problem you're taking on here, but I don't see anything specific to LLMs here? How or why are you marketing towards LLMs?

    How do you compare to the larger players here already Nango[0] and Merge[1] ?

    I'm curious how you're thinking about data access / staleness? It's great that you're handling the oauth dance, but does that mean every end user of the product has to auth every product they interface with or are you handling this all at the super admin / enterprise level?

    Right now I think there's too much emphasis on the "data loading" aspect of LLMs. I expect to see a swing back into using 3rd party API's SDKs. Interested to hear your thoughts on the Google API, it's absolutely massive and trying to shoehorn that into a unified API scares me.

    The only real player that I could see to launch something like this and be successful is Okta.

    [0] - https://github.com/NangoHQ/nango

  • Ask HN: Suggest open source alternative to Unified API providers like Merge.dev
    2 projects | news.ycombinator.com | 8 May 2023
  • Why is OAuth still hard in 2023?
    3 projects | /r/programming | 26 Apr 2023
    What you describe is pretty much what we build at https://github.com/NangoHQ/nango, would be great to incorporate your learnings :)
  • Buy vs. Build: Share your journey on choosing between purchasing or developing integration components
    2 projects | /r/SaaS | 19 Apr 2023
    You can mix & match these components as needed to build your own custom integrations fast. In brief, we are building an open-source platform for product integrations.
  • Nango
    1 project | /r/devopspro | 2 Mar 2023
  • Nango: Pre-built OAuth flows & token refreshes for 50+ APIs (open-source, written in TypeScript on node)
    1 project | /r/node | 20 Feb 2023
  • Show HN: Open-source OAuth service for 40+ APIs
    1 project | /r/patient_hackernews | 7 Feb 2023

vault-plugin-secrets-oauthapp

Posts with mentions or reviews of vault-plugin-secrets-oauthapp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-07.
  • Show HN: We built an open-source OAuth service for 40 APIs
    4 projects | news.ycombinator.com | 7 Feb 2023
    This is cool. I like the frontend aspect. Looks really handy for a lot of apps where integration with other services is a core feature (I've built several just over the past few years, so I definitely get it).

    I do wish it supported encrypted storage. For example, I wrote/maintain a Vault plugin to do basically the same work as the backend side of this project[0]. I wonder if you would be interested in supporting Vault as a backend in addition to PostgreSQL down the line? Feel free to reach out if so.

    To answer your question:

    Like some others here, I haven't found the actual integration points to be terribly difficult with most OAuth 2 servers. Once you have a token, you can call their APIs. No problem. I wrote the Vault plugin I referenced above to basically just do automatic refreshes without ever exposing client secrets/refresh tokens to our services, and it works fine.

    Rather our customers would get into situations where they inadvertently revoked access, the user that authorized the integration initially left the company and it was automatically disabled, etc. and there was no notification that it happened. Basically all of the lifecycle management side that couldn't be automated down to "refresh my token when it's about to expire" sucked. So anything you're looking to support there would be a huge value-add IMO.

    Another one is that each provider has their own scope definitions/mapping to their APIs. Some scopes subsume others (e.g. GitHub has all repos, public repos, org admin, org read-only, etc.). Some get deprecated and need to be replaced with others on the next auth attempt. We could never keep them up to date because they were usually just part of docs, not enumerated through some API somewhere. If you had a way to provide the user with a way to see and select those scopes in advance, that would be huge. Think if my app or a user could answer the question "I want to call this API endpoint, what scopes do I need?" by just asking your service to figure it out.

    [0]: https://github.com/puppetlabs/vault-plugin-secrets-oauthapp

What are some alternatives?

When comparing nango and vault-plugin-secrets-oauthapp you can also consider the following projects:

revert - Revert makes it incredibly easy to build integrations with any third party API

gorilla-cli - LLMs for your CLI

feeds - Collection of Dash docset feeds

afum - audio file upload manager gui for tttweb

sitcom-simulator-cli - A tool that combines GPT-3, Stable Diffusion, and FakeYou to create fully automated video. [Moved to: https://github.com/joshmoody24/sitcom-simulator]

fatsecret-unofc-api - Food Bank HTTP API, provide you with food information, calorie, fat, etc. Powered by Fat Secret webpage.

wordscapes-bot - A Bot that Completes Levels on the Videogame WordScapes

Pizzly - The simplest, fastest way to integrate your app with an OAuth API [Moved to: https://github.com/NangoHQ/nango]

profiles

diataxis-documentation-framework - A systematic approach to creating better documentation.

poozle - A single API for product integrations