用于Google帐户的OpenID2正在消失,rails和omniauth

时间:2015-01-08 17:12:23

标签: ruby-on-rails devise omniauth google-openid

我似乎无法找到有关从omiduth用户迁移openid的任何内容?这是否像更改重定向网址一样简单?

require "openid/store/filesystem"
require "omniauth-google-oauth2"
config.omniauth :google_apps,
store: OpenID::Store::Filesystem.new('/tmp'),
domain: "example.com",
identifier: "https://www.google.com/accounts/o8/id"

1 个答案:

答案 0 :(得分:0)

我最终使用gem omniauth-google-oauth2

自述文件解释了如何设置它。

gem omniauth-google-apps现已弃用,不再维护。它将在2015年4月20日谷歌停止支持openid之后无效。