JasperOriginal post
Web Developer
Hello how would you handle a row level security?
For example I have a projects table that has a ownerId and a second table called members that stores a user/project id How would you make it so only members could update the project?
Summary
Old backend: User verification in members table using ExpressJS code.
Creating a time tracking app with Projects and TimeEntries tables.
Wants to implement row level security to only allow members to insert or update time entries for specific projects.