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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Not requiring users to sign up

3 点作者 mikeecb超过 10 年前
I&#x27;m building a website and want to get around the issue of requiring users to sign up&#x2F; register with a username + password combo.<p>A while back I read an article on HN about giving users their own domain for their social accounts and I was wondering if anyone else has implemented anything similar. The alternative is just to use sign in with Facebook &#x2F; Twitter &#x2F; Google etc but I want to keep it as simple as possible.<p>Has anyone implemented something similar?

1 comment

mkremer90超过 10 年前
Hey Mike,<p>I&#x27;ve implemented Facebook, Twitter, Google and GitHub auth as well as a custom domain login at Kobra.io<p>It was pretty easy to set up using Firebase SimpleLogin. Overall my goal was to get as many people to try the app as possible, and then if they like it have them sign up. I didn&#x27;t want to lose people that may not actually sign up but would if they tried the product, so I also allow anonymous usage of the app.<p>Let me know if you have any specific questions for me :)