体面的 Clickpass 替代方案?
我想在我一直在开发的 Web 应用程序中使用 Clickpass,因为我喜欢以更简单的方式处理 OpenID 的想法。然而,当我查看开发者文档时,我得到了这个:
“Clickpass 正在重新设计。请不要针对当前的 Clickpass 实现进行开发。”
Clickpass 是否有任何不错的替代方案,或者我应该在我的网站中使用普通的 OpenID 库?
I wanted to use Clickpass in an webapp that I've been developing, as I like the idea of a simpler way of handling OpenID. However, when I peeked at the developer documentation, I got this:
"Clickpass is being reworked. Please, don't develop against the current Clickpass implementation."
Are there any decent alternatives to Clickpass, or should I just work a plain-old OpenID library into my site instead?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我会根据您的 Web 框架存在哪些库以及您需要 SSO 解决方案的可定制程度来做出决定。
如果您需要尽快简单地启动并运行一些东西,请使用现有的提供商之一 - 常见的选择是 Janrain Engage(以前为 RPXNow)。
另一方面,如果您需要自定义登录行为并使用高级功能,只需使用任何现有的 OpenID 库自行推出即可。
I would make that decision based on what libraries exist for your web framework, and just how customizable you need your SSO solution.
If you need something simple up and running as quickly as possible, use one of the existing providers - a common choice is Janrain Engage (previously RPXNow).
On the other hand, if you need to customize your login behavior and use advanced features, just roll your own using any existing OpenID lib.