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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: NoScription – No-code authentication and subscription billing

5 点作者 shred45大约 2 年前
I want to get feedback on a project I&#x27;ve been working on to reduce the boilerplate involved in &quot;productizing&quot; a site. Over the past few years I&#x27;ve built a number of small tools or sites that I wanted to try to monetize, and each time I found that, despite their excellent APIs and documentation, integrating with auth and payment providers can take several days (or weekends in my case). This can have a big chilling effect and certainly distracts me from improving the actual product.<p>There is prior art in this space, in particular the fantastic OAuth2-Proxy [1] which is a self-hosted solution for handling authentication boilerplate. OAuth2-Proxy forwards user identity to your service using request headers. This is a great tool, but is self-hosted and difficult to pair with PaaS platforms. Furthermore, I was interested in a similar solution for billing which would handle all the related redirects and webhooks.<p>With this in mind, I developed NoScription which improves on OAuth2-Proxy in two ways. First, it is hosted for you using Cloudflare Workers, meaning that it supports PaaS, is highly scalable, and introduces minimal network latency. Second, it integrates easily with Stripe using Stripe Connect, allowing you to restrict pages to paid visitors and see their subscription status in request headers.<p>I currently support Auth0 for authentication and Stripe for billing. In both cases the user brings their own accounts, maintains ownership of their user and customer data, and manages most of the configuration through these providers.<p>Thanks for checking it out, and let me know if you have any questions! https:&#x2F;&#x2F;noscription.com<p>[1] https:&#x2F;&#x2F;github.com&#x2F;oauth2-proxy&#x2F;oauth2-proxy

暂无评论

暂无评论