Using Google-Account to log in [closed]

2020-04-03 10:01发布

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?

3条回答
霸刀☆藐视天下
2楼-- · 2020-04-03 10:41

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

查看更多
The star\"
3楼-- · 2020-04-03 10:42

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

查看更多
做个烂人
4楼-- · 2020-04-03 10:43

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

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

查看更多
登录 后发表回答