如何使用 janrainengage 和 devise_rpx_connectable gem 从配置文件中提取信息?
我通过 Railscast 了解了 devise_rpx_connectable gem。我已经用我的 Rails 3 应用程序实现了,它可以很好地验证用户身份;但我不知道如何 1)使用 urle_token 登录后重定向,2)使用从 janrain 收到的令牌来提取数据。
我读过很多关于这方面的文章,并浏览了 janrain 教程,但它主要涉及 php 而不是 ruby/rails。
感谢您的帮助。
I learned about the devise_rpx_connectable gem through a railscast. I've implemented with my rails 3 application and it authenticates the user fine; but I don't know how to 1) redirect after login using the urle_token, 2) use the token received from janrain to extract data.
I've read many posts on this and went through the janrain tutorial, but it mainly deals with php and not ruby/rails.
Thanks for your help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不确定这是否是您所需要的,但 rpx_connectable gem 为您提供了一个钩子,允许您将检索到的任何数据保存到用户模型中:
我在上面写了一篇文章 此处
Not sure if this is what you need but the rpx_connectable gem gives you a hook that allows you to save any data janrain retrieved into the user model:
I wrote a post on it here