Skip to content

Assets under /assets/ are accessible without authentication #917

@erostefano

Description

@erostefano

Description

When authentication is enabled, static files served under the /assets/ path are still accessible without being logged in.

https://domain.dev/assets/

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions