summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorkleink <kleink@pkgsrc.org>2014-01-01 17:56:43 +0000
committerkleink <kleink@pkgsrc.org>2014-01-01 17:56:43 +0000
commitb29105fa500a79235d406a098f67dcdb5d20479e (patch)
tree30c6e2964776fdaa8bc72f743877c5a2fa54129c /devel
parent5427c18bcd16d7262a67743b1808038b6eeceb15 (diff)
downloadpkgsrc-b29105fa500a79235d406a098f67dcdb5d20479e.tar.gz
Update py-flask-login to 0.2.9.
Version 0.2.9-dev ----------------- Released on December 28th, 2013 - Fixes anonymous user assignment. - Fixes localization in Python 3. Version 0.2.8 ------------- Released on December 21st 2013 - Support login via authorization header. This allows login via Basic Auth, for example. Useful in an API presentation context. - Ability to override user ID method name. This is useful if the ID getter is named differently than the default. - Session data is now only read when the user is requested. This can be beneficial for cookie and caching control when differenting between requests that use user information for rendering and ones where all users (including anonymous) get the same result (e.g. static pages) - BREAKING: User *must* always be accessed through the ``current_user`` local. This breaks any previous direct access to ``_request_ctx.top.user``. This is because user is not loaded until current_user is accessed. - Fixes unnecessary access to the session when the user is anonymous and session protection is active. see https://github.com/maxcountryman/flask-login/issues/120 - Fixes issue where order dependency of applying the login manager before dependent applications was required. see https://github.com/mattupstate/flask-principal/issues/22 - Fixes Python 3 ``UserMixin`` hashing. - Fixes incorrect documentation.
Diffstat (limited to 'devel')
0 files changed, 0 insertions, 0 deletions