Lance Weber
unread,Sep 10, 2009, 2:36:47 PM9/10/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Tornado Web Server
Hey guys, Tornado looks great, we're going to take a shot at replacing
web.py with Tornado in our next sprint here at CrashCorp.
After looking at tornado.auth I have a couple of quick questions
regarding OAuth support, mostly because I'm not familiar enough with
the code yet to discern the answers.
1) Is there support for Two-Legged OAuth? It doesn't look like it, so
if not we can take a shot at implementing a generic two-legged OAuth
mixin and contribute it back.
2) Does the OAuth mixin pull OAuth parms from the http headers if
available?