TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Subscription Service Without Accounts?

3 点作者 ahmedbaracat9 个月前
Hi, I was reading the Kagi FAQ here:<p>https:&#x2F;&#x2F;help.kagi.com&#x2F;kagi&#x2F;faq&#x2F;faq.html#why-does-kagi-search-require-an-account<p>and stumbled upon this snippet<p>“Why does Kagi Search require an account?<p>Kagi Search requires an account only because it is a paid service which requires an account for the transaction.”<p>I am wondering if there is a way to build subscription services without needing user accounts?

3 条评论

pavel_lishin9 个月前
I guess it depends on what you mean by &quot;user account&quot;, but you need <i>some</i> way to authenticate the fact that an incoming request has been paid for. Maybe that&#x27;s via a traditional auth method like a user account, maybe that&#x27;s a client key whose accesses are kept track of server-side, maybe it&#x27;s something stupid like bundling every request to your service with a cryptocurrency payment on the blockchain that your service watches for, and then responds to.
harry_ord9 个月前
Closest would be mullvad without looking at how kagi works. Still an account but no strong identifying data is needed by the user
评论 #41428713 未加载
hugh_kagi9 个月前
We&#x27;re working on something that should separate the concept of &#x27;have you paid us&#x27; from &#x27;who are you&#x27;, at which point you&#x27;d be free to use (the existing) bitcoin payment method and have a pretty private experience.<p>Hopefully out in the next few weeks but no promises.