]> git.ipfire.org Git - thirdparty/tornado.git/commit
Remove the deprecated/obsolete auth mixins.
authorBen Darnell <ben@bendarnell.com>
Sun, 29 Mar 2015 16:05:30 +0000 (12:05 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 29 Mar 2015 16:05:30 +0000 (12:05 -0400)
commitb22bec6c0933293f8c864982bfcf752a335a4c5d
tree38829afcc911e751c4502b884511379666e554de
parentad403acd180c56573ca15e4e5841162dc55b6d9f
Remove the deprecated/obsolete auth mixins.

Both Google's OpenID service and FriendFeed are slated to shut down
before the next release of Tornado, and FacebookMixin has been
deprecated in favor of OAuth 2.0 for a long time.
docs/auth.rst
docs/guide/security.rst
docs/releases/v4.0.0.rst
tornado/auth.py
tornado/test/auth_test.py