from flask_login import current_user @app.route(...) def your_route(): return current_user.is_authenticated