Skip to content

search_encounters and search_individuals missing @_requires_auth #6

@vkirkl

Description

@vkirkl

Both public methods delegate to _search, which carries @_requires_auth, so auth is enforced at runtime. However, the decorator is absent from the public method signatures themselves, making the auth contract invisible without reading the implementation. All other public methods (get_encounter, get_individual, get_current_user, etc.) carry the decorator directly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions