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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How do you handle organization verification?

5 点作者 mjhouse将近 4 年前
Facebook, Twitter etc. have verified accounts. If you were adding this to your own application, how would you do it?<p>I imagine no matter how it&#x27;s done, it will involve some amount of manual approval. I would be pleasantly surprised to learn that this can be automated.

2 条评论

LinuxBender将近 4 年前
I don&#x27;t have a technical answer, but I would probably find out how online tobacco&#x2F;vape companies verify people and implement that. They ask for taxpayer ID, credit card info, some other bits. It is fully automated and real-time verification.
评论 #28275153 未加载
warrenm将近 4 年前
As LinuxBender wrote (<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=28274924" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=28274924</a>), there are ways to do this<p>Credit card, SSN&#x2F;tax ID, scans of Passport&#x2F;ID card - some of this is done by online-only financial services (eg Petalcard)<p>There&#x27;s also tools like DocuSign, multifactor authentication mechanisms (SMS + TOTP app + email, etc)<p>If the service&#x2F;tool is only &quot;supposed&quot; to verify certain types of accounts, you might require the use of specific format email addresses, too (has to end .gov, .edu, nytimes.comm etc) - this can lend itself to <i>organizational</i> verification (gonna be harder to spoof (and therefore easier to verify) harvard.edu than blurblebuck.me)