我一直在网站上使用 Google openid,因此我的数据库中有很多帐户。他们的用户名如https://www.google.com/accounts/o8/id?id=AItOaadsfhaskjhfkjsahfkjsdhf
.
我想迁移到 Google+ 登录,但我看不到如何识别我的数据库中已经存在的匹配 openid 帐户。
我一直在网站上使用 Google openid,因此我的数据库中有很多帐户。他们的用户名如https://www.google.com/accounts/o8/id?id=AItOaadsfhaskjhfkjsahfkjsdhf
.
我想迁移到 Google+ 登录,但我看不到如何识别我的数据库中已经存在的匹配 openid 帐户。
你应该做几件事:
您可以在用户使用新按钮登录时匹配用户,方法是使用他们在 Google+ 中的 ID,该 ID 应与旧(OAuth / Open ID)流程中的标识符相同。