开发者

Using google account for authentication other than App Engine

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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜