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.

Ask HN: How do you handle organization verification?

5 pointsby mjhousealmost 4 years ago
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 comments

LinuxBenderalmost 4 years ago
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 未加载
warrenmalmost 4 years ago
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)