2015-01-08 52 views
0

我似乎無法找到有關從omiduth用戶遷移openid的任何信息?這與更改重定向網址一樣簡單嗎?Google帳戶的OpenID2正在消失,rails和omniauth

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" 

回答

0

我結束了使用gem omniauth-google-oauth2

自述文件解釋瞭如何設置它。

gem omniauth-google-apps現已棄用,不再維護。 2015年4月20日以後,谷歌停止支持openid將無法使用。