Collected sources and patterns will appear here. Add from search or the patterns library.
ResponsePayload, RolePermissions -> MaskedResponsePayload
Filter and mask sensitive schema columns in outgoing API response payloads based on the caller's role-based access rights.
Problem it solves
Exposing standard table-based endpoints can leak sensitive columns (e.g. passwords, SSNs) to unauthorized users who require access to other fields in the same table.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.