Sign in with google, but not google+

做~自己de王妃 提交于 2019-12-23 05:16:07

问题


I have a web app where I'm trying to allow my users to sign in with google as a registration method.

On their API I found: https://developers.google.com/+/web/signin/ But that only looks like you can sign in with google+. I know they're basically the same thing, but if a user who doesn't have google+ clicks that to sign in, it asks them to create a google+ account.

Is there a way to sign in with just google and not google+?


回答1:


You are probably looking for Google oAuth API:-

https://developers.google.com/accounts/docs/OAuth2



来源:https://stackoverflow.com/questions/17381293/sign-in-with-google-but-not-google

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!