我似乎找不到任何关于从openid迁移到无所不在的用户的地方吗?这是否就像更改重定向url一样简单?
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"发布于 2015-01-26 21:08:33
最后我使用了gem omniauth-google-oauth2。
ReadMe解释了如何设置它。
现在,gem omniauth-google-apps已不再受欢迎,不再维护。在2015年4月20日google停止支持openid之后,它就无法工作了。
https://stackoverflow.com/questions/27845786
复制相似问题