2
votes
A table should be able to have an additional configuration parameter used to restrict access to data based on a specific column's value as it relates to the requestor's user_id.
"select * from dev.dog"
would only return results where the "owner_id" matches the user_id of the requestor based on the user/pass in the auth header.