Using Google-Account to log in [closed]

家住魔仙堡 提交于 2019-12-04 03:07:33

问题


i develop a php-site with user-accounts. to register easier i want to offer the user to (alternativly) log in via they´re google-account (like here on stackoverflow).

how to connect the google-account with my site?


回答1:


Sign in with Google account using OAuth2.0 which is clearly explained

http://www.idiotminds.com/sign-in-with-google-account-using-oauth2-0/




回答2:


A system to quick login with Google account using OpenID authentication: http://www.9lessons.info/2011/07/login-with-google-account.html




回答3:


While not really covering Google auth, I've found this article very useful when building openid authentication for my website.

http://www.plaxo.com/api/openid_recipe



来源:https://stackoverflow.com/questions/7709992/using-google-account-to-log-in

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