简体   繁体   English

从openId 2.0迁移到OAuth 2.0登录

[英]Migrate to OAuth 2.0 login from openId 2.0

I am using php LightOpenID for implementing google signIn, and I am having no problem in that. 我正在使用php LightOpenID来实现google signIn,而我没有任何问题。 But recently I came to know that google deprecated OpenID 2.0 and soon will stop supporting it . 但是最近我知道谷歌已经弃用了OpenID 2.0,不久将不再支持它。 So they are suggesting to migrate form OpenId to OAuth 2.0 login . 因此,他们建议将表单OpenId迁移到OAuth 2.0登录名。

https://developers.google.com/+/api/auth-migration#timetable I have gone tghrough thsi documentation , but understood a little . https://developers.google.com/+/api/auth-migration#timetable我已经阅读了这些文档,但有所了解。 I am confused as how to adapt this changes, can I use existing php LightOpenID ? 我很困惑如何适应这种变化,我可以使用现有的PHP LightOpenID吗? or what is the actual process of migrating without affecting old existing system . 或在不影响旧现有系统的情况下进行迁移的实际过程是什么? Tried googling but none were helpful . 尝试使用谷歌搜索,但没有帮助。 Please suggest how to achieve this , and what path should I take ? 请提出如何实现这一目标的建议,我应该走什么道路? Any references etc will be helpful 任何参考资料等将对您有所帮助

if you work with Google APIs, I think it is better for you to switch to Google+ sign-in. 如果您使用Google API,我认为最好切换到Google+登录。 Google consolidates its sign-in features, and will support only Google+ sign in ... Google整合了登录功能,将仅支持Google+登录...

Have a look here for the migration details, and specifically here . 在此处查看迁移详细信息, 尤其是此处

Google+ for PHP: https://developers.google.com/+/quickstart/php 适用于PHP的Google+: https//developers.google.com/+/quickstart/php

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM