Langflow – Application Logs Exposed to All Authenticated Users

0
52

Langflow – Application Logs Exposed to All Authenticated Users

The ‘/logs’ and ‘/logs-stream’ endpoints in the log router allow any authenticated user to read the full application log buffer. These endpoints only require basic authentication (‘get_current_active_user’) without any privilege checks (e.g., ‘is_superuser’).

Joshua Martinelle
– Read more