Rails 3 - 仅使用 OpenID 身份验证

发布于 2024-10-16 20:03:17 字数 188 浏览 1 评论 0 原文

我想向我的 Ruby on Rails 3 应用程序添加身份验证,但我只需要用户能够使用他们的 Google 帐户进行身份验证,因为我正在将其作为 Chrome Webstore 的托管应用程序,所以我认为 OpenID 非常适合这。我想在用户数据库中有一些自定义字段来存储用户特定的数据。我应该为此使用什么?我希望用户只能使用 OpenID 进行注册。 谢谢。

I want to add authentication to my Ruby on Rails 3 app, but I only need users to be able to authenticate using their Google accounts, because I'm making it a hosted app for the Chrome Webstore, so I think OpenID would work well for this. I want to have some custom fields in the user database to store user-specific data. What should I use for this? I want users to be able to sign up only with OpenID.
Thanks.

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

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

发布评论

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

评论(3

铃予 2024-10-23 20:03:17

你应该尝试omniauth gem,它不仅使用Google OpenID。 Omniauth 从提供商处获取用户数据并将其传递到您可以放大的应用程序

You should try omniauth gem, it uses not only Google OpenID. Omniauth takes user's data from provider and pass to your application which is you can amplify

赴月观长安 2024-10-23 20:03:17

我一直在使用 authlogicauthlogic-oid 插件来处理这个问题。

I've been using authlogic and authlogic-oid add-on to handle this.

围归者 2024-10-23 20:03:17

您可以尝试 devise_openid_authenticatable gem。我自己没有使用过它,但看起来它可以使用 Devise 身份验证 gem 完成您想要的操作,这是我在所有 Rails 项目中使用的。

You could try the devise_openid_authenticatable gem. I haven't used it myself but it looks like it would do what you want using the Devise authentication gem, which is what I use on all of my Rails projects.

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