]> git.ipfire.org Git - thirdparty/tornado.git/commit
Fix a regression in FacebookGraphMixin in the 4.3 dev series. 1533/head
authorBen Darnell <ben@bendarnell.com>
Tue, 29 Sep 2015 02:38:16 +0000 (22:38 -0400)
committerBen Darnell <ben@bendarnell.com>
Tue, 29 Sep 2015 02:39:29 +0000 (22:39 -0400)
commit301f52b532c071a0d2fec1eb7c23f2714bb38567
treefd7ab2041abf7b896474bd4f114dbb6c2079b352
parent4ee9ba94de11aaa4f932560fa2b3d8ceb8c61d2a
Fix a regression in FacebookGraphMixin in the 4.3 dev series.

Return access tokens as strings instead of bytes on python 3,
making the user objects json-encodable.

Add a basic test for FacebookGraphMixin.

Fixes #1532
tornado/auth.py
tornado/test/auth_test.py