如何为网站添加验证服务?

发布于 08-21 21:50 字数 237 浏览 7 评论 0原文

我目前正在寻找个人和企业的验证服务。例如,我会让用户为网站选择个人或企业帐户。如果用户决定拥有个人帐户,则必须通过验证服务进行检查以证明其身份。我不确定是否有验证业务的服务。

是否可以在网站中放置第三方身份验证服务?

我想这样做,以便用户可以相互信任与他们开展业务,特别是知道他们必须经过验证过程才能进入网站。验证并不总是能 100% 防止诈骗,但至少使用起来会更舒服。

程序员/设计师如何将其集成到网站中?谢谢

I am currently looking for a verification service for personal and business. For example I will have a user either pick a personal or business account for the website. If the user decides on having a personal account than they would have to be check from the verification service to prove their identity. I am not sure if there is even a service that verifies a business.

Would it be possible to place a third parthy identity verfication service in the website?

I want to do this so that users can trust one another to do business with them especially knowing that they have to go through a verification process in order to go on the website. Verification can't always be 100% scam proof but it will be at least alot more comfortable to use.

How could a programmer/designer intergate this into a website? Thank you

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

记忆之渊2024-08-28 21:50:00

Sean,我们已经建立了一个名为 OpenID 的类似系统 - 它在第三方提供商的基础上运行,负责管理用户注册,并且实际上已在该网站上使用。任何人都可以使用 OpenID 在这里注册 - stackoverflow 不需要信任他们,因为 OpenID 提供商可以“可信”,这就是逻辑。

您所说的听起来像是您希望 OpenID 提供商进行额外的检查。我不知道这样的系统是否存在——事实上,任何人都可以注册一个 OpenID,并且没有验证程序来证明这个人就是他们所说的人。

Sean, a similar system has already been set up called OpenID - it works on the basis of a third party provider looking after the user registrations and is in fact in use on this website. Anyone can sign up here using an OpenID - stackoverflow doesn't need to trust them because OpenID providers can be "trusted", that's the logic.

What you're talking about sounds like you want extra checks done by the OpenID provider. I have no idea if such a system exists - as it is, anyone can register an OpenID and there is no verification procedure that that person is who they say they are.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文