def auth_get(): return utils.jsonify({ 'authenticated': utils.check_session(), })
def auth_get(): return utils.jsonify({ 'authenticated': utils.check_session(), 'username': utils.get_auth(), })