]> git.ipfire.org Git - thirdparty/tornado.git/commit
Add future interface to most of the rest of the auth module.
authorBen Darnell <ben@bendarnell.com>
Sun, 17 Feb 2013 22:13:45 +0000 (17:13 -0500)
committerBen Darnell <ben@bendarnell.com>
Sun, 17 Feb 2013 22:43:45 +0000 (17:43 -0500)
commit6fd769763bd35831383a55aa702d42d8d12b0d2a
tree2318e91b2283da4a00ed796c68b853a430c6f973
parenta3a709ae7077141310d00599aa1b7d104d19a49f
Add future interface to most of the rest of the auth module.

_oauth_get_user still uses callbacks internally, and I haven't
changed the old deprecated FacebookMixin.
tornado/auth.py
tornado/concurrent.py