-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Description
Description
When authentication is enabled, static files served under the /assets/ path are still accessible without being logged in.
Problem
This allows unauthenticated access to application assets despite authentication being enabled.
Expected behavior
All routes should respect authentication when auth is enabled.
Actual behavior
Requests to /assets/* succeed without authentication.
Additional context
This was observed on a deployment with authentication enabled and verified using a logged-out browser session.
Reactions are currently unavailable