]> git.ipfire.org Git - thirdparty/tornado.git/commit
Make the openid claimed_id available in OpenIDMixin
authorBen Darnell <ben@bendarnell.com>
Sun, 26 Aug 2012 23:45:35 +0000 (16:45 -0700)
committerBen Darnell <ben@bendarnell.com>
Sun, 26 Aug 2012 23:45:35 +0000 (16:45 -0700)
commit30bc2332fbcc977790d00a9bb6e31c20f6f9e2bd
tree3ddedc54cebb8460b2688c202cbc7d6dc6dad319
parent4386f1b0888a5c4a90f5918f547f30ecb42a4baa
Make the openid claimed_id available in OpenIDMixin

This should be used as a persistent identifier for the user
since it is the only field guaranteed not to change.

Closes #568.
tornado/auth.py