谷歌应用程序引擎中的OAuth

谷歌应用程序引擎中的OAuth

本文介绍了谷歌应用程序引擎中的OAuth的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图在谷歌应用程序引擎上实现Oauth。对于我的应用程序,我正在使用gae会话和我的模型来验证用户。这对我会更有帮助。 。如果你可以提供一些例子。

解决方案

您可能想查看以下资源:



,它支持对于Dropbox,Twitter,MySpace和LinkedIn。



框架(编辑:链接已移除到现在不存在的tipfy.org)。

使用这些作为基础,即使你不能使用这些库本身,您将拥有一些关于如何在App Engine上使用OAuth的可靠实例。


I am trying to implement Oauth in google app engine on python. For my application i am using gae sessions and my model to authenticate users. It will be more helpful for me. .If you could provide some examples..

解决方案

You might want to check out the following resources:

The App Engine OAuth Library, which has support for Dropbox, Twitter, MySpace, and LinkedIn.

The Tipfy Framework (EDIT: links removed to the now defunct tipfy.org).

Using those as a basis, even if you can't use the libraries themselves, you'll have some solid, working examples of how to use OAuth on App Engine.

这篇关于谷歌应用程序引擎中的OAuth的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-20 15:04