def logout()

in src/backend/app.py [0:0]


def logout():
    logout_user()
    return jsonify({"authenticated": False})