Is it possible to use Google Accounts for authentication in your application开发者_开发知识库 if you not use App Engine? Is this service is only for those applications which run in GAE?
Thanks.
Yes it is possible to use Google accounts for authentication:
OpenID API Documentation
Stackoverflow is a good example. You can use OpenID provided by Google to sign in.
You can also download the chromium os source and compile pam_google.
You're looking for OAuth, and more precisely 3-legged OAuth.
Google supports the OAuth protocol for authorizing web applications accessing their users' Google services.
Your app will need to be registered with Google, but the process is relatively painless.
Have fun :)
J
精彩评论