Periksa apakah pengguna masuk flask
from flask_login import current_user
@app.route(...)
def your_route():
return current_user.is_authenticated
Sistrometic
from flask_login import current_user
@app.route(...)
def your_route():
return current_user.is_authenticated