TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: One API Key – Third-Party API Integrations with Zero Setup

13 pointsby dblaover 2 years ago
Hey HN, we’ve been working on a way to simplify authentication with third-party APIs. This started because my co-founder andreterron (<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;user?id=andreterron" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;user?id=andreterron</a>) and I both built personal dashboards to track different health and productivity metrics, but it’s such an annoying chore to integrate with new APIs. First you read their docs to learn their authentication method, then build and deploy a custom server to receive OAuth callback requests or deal with CORS, register an app with them, then finally you can send the first request to their API. After the initial integration is done, you now have to refresh expired tokens, make sure that you’re respecting rate limits, and update the code if the underlying API changes.<p>The solution we came up with is a proxy server, it forwards requests to the respective API with up to date auth tokens. Because of this:<p>- Devs can use the full range of capabilities of the underlying APIs.<p>- They don’t have to deal with registering OAuth apps with a ton of providers.<p>- Different API quirks are ironed out. Even if two APIs both use OAuth, there are often annoying differences in how you are required to interact with them.<p>- API Tokens are refreshed automatically if they’re expired.<p>From our conversations with other devs, there’s a lot more we want to add, like custom API providers (If we don’t support an API yet, we don’t want to block you!) and an embed-able auth component that allows your app’s users to connect their third-party accounts.<p>We’ve been really excited about the possibilities of this project for making authenticating with Third-Party APIs a little bit less painful. We’d love your feedback on the idea. What do you think of the concept? What have you built using third-party APIs? Which APIs do you want us to support in the future?

2 comments

hfuschiniover 2 years ago
Pretty cool! Any plans on integrating with Samsung Health?<p>I use a Galaxy Watch to track sleep, exercise and water intake and these data points are connected to my habit tracking system in Notion.<p>It would be cool to have this data flow (that&#x27;s currently manual) automated.
评论 #34701306 未加载
sukazavrover 2 years ago
This sounds like a fantastic solution to a common problem many developers face when integrating with third-party APIs! What is in your roadmap?
评论 #34712575 未加载