Hi;
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.
Hi;
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.
Stackoverflow is a good example. You can use OpenID provided by Google to sign in.
You're looking for OAuth, and more precisely 3-legged OAuth.
Your app will need to be registered with Google, but the process is relatively painless.
Have fun :)
J