Login to google on my site
3 answers
To login with google account you need to use openID
Google docs on their implementation: http://code.google.com/apis/accounts/docs/OpenID.html
This can be easily resolved if you use a library that implements the public identifier for you.
- Java version http://code.google.com/p/openid4java/
- .net Version http://code.google.com/p/dotnetopenid/
- List of libraries for various programming languages http://wiki.openid.net/Libraries
+1
a source to share