OAuth 提供商服务和 Rails 3
我正在尝试使用 Rails 3 设置 OAuth 提供程序服务器,但似乎找不到任何东西来完成此任务。
我也是 oauth 方面的新手,所以请原谅我的无知。
设置 oauth 服务器时,我是否需要在像gree2.com这样的地方拥有一个oauth帐户?或者我可以使用自己的服务器吗?
I am trying to look into setting up an OAuth Provider Server with Rails 3 but can't seem to find anything out there to accomplish this.
I am also a newb when it comes to oauth, so excuse my ignorance.
When setting up an oauth server do I need to already have an oauth account at somewhere like agree2.com? Or can I just use my own server?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您设置了 OAuth 服务器,则不需要在其他地方拥有帐户,这就是服务器的全部意义。它有点过时了,但也许这是一个很好的起点:
http: //stakeventures.com/articles/2007/11/26/how-to-turn-your-rails-site-into-an-oauth-provider
If you set up an OAuth server, you don't need to have an account somewhere else, that is the whole point of a server. It's a little bit outdated, but perhaps it's a good starting point:
http://stakeventures.com/articles/2007/11/26/how-to-turn-your-rails-site-into-an-oauth-provider