Sybren A. Stüvel cf51d1a280 Added utility function current_user() that acts like flask_login.current_user
This actually returns an AnonymousUser object, instead of None, when the
user is not logged in.

For compatibility with existing code, this function doesn't set
g.current_user to that AnonymousUser instance. We may decide to do this
later.
2017-08-24 14:26:19 +02:00
..
2017-05-24 19:41:35 +02:00
2016-08-19 09:19:06 +02:00
2017-03-31 14:52:58 +02:00