demos
demos

Reputation: 2630

openauth support in google app engine

Is there any native support for openauth in google app engine?

If so, where are the details?

If not, then please suggest alternatives?

I am planning to use this with twitter

Upvotes: 0

Views: 273

Answers (1)

Drew Sears
Drew Sears

Reputation: 12838

Do you mean OAuth?

Yes, the standard Python OAuth library is compatible with App Engine.

tornado.auth and gaema go a step further with specific support for authenticating to Twitter's OAuth implementation from App Engine.

Upvotes: 1

Related Questions