我似乎无法找到有关从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"
答案 0 :(得分:0)
我最终使用gem omniauth-google-oauth2
。
自述文件解释了如何设置它。
gem omniauth-google-apps
现已弃用,不再维护。它将在2015年4月20日谷歌停止支持openid之后无效。