vitta-health / attiv

Fast framework for software development using node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can i prevent a column to be returned or used as a filter using the generic repository interface?

marcioibm opened this issue · comments

Sometime we want to hide some sensitive data from a table (Eg. Password). Using the generic repository framework I can search for all the columns or maybe ask the controlle to retrieve the whole table.

How to prevent that?

commented

@marcioibm implemented.

#19