问题描述
我正准备启动需要使用OpenID内的Coldfusion 8.我已经找到了一些不同的选择项目,并想知道什么工作最好的,得到是最支持,保持最新,等等。
I am getting ready to start a project that requires using OpenID within Coldfusion 8. I have found a number of different options and was wondering what has worked the best, get's the most support, stays up to date, etc...
- OpenID CFC
- CFOpenID
- CFKit OpenID
推荐答案
我会投票支持OpenID的CFC ---但也许这是因为我的项目的开发商之一...; - )
I'd vote for OpenID CFC---but maybe that's because I'm one of the project's developers... ;-)
所以,虽然我很明显偏,这里就是为什么我建议OpenID的CFC:
So although I'm obviously biased, here's why I recommend OpenID CFC:
- 支持OpenID的2.0,是相当定期更新,必要时
- CFKit的OpenID只支持OpenID的1.1
- CFOpenID支持OpenID的2.0,但不会出现很长一段时间已经被更新了。
我不知道什么时候杰森看着他有什么问题或库,但如果你想使用OpenID的CFC,你应该不会有任何问题。当我更新,它支持OpenID 2.0我做了,真正简化了API,所以它真的很容易使用的一些变化。
I don't know when Jason looked at the libraries or what issues he had, but you shouldn't have any issues if you want to use OpenID CFC. When I updated it to support OpenID 2.0 I made several changes that really simplified the API so it's really easy to use.
RPX也是一个不错的选择。但它不是免费的,因为它是你放弃控制权的一点点在系统中的第三方系统。
RPX is also a good alternative. But it's not free and since it's a third-party system you are relinquishing a little bit of control over the system.
这篇关于最佳ColdFusion的库的OpenID的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!