问题
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