@sebastian.scholl Please share how do we do “row” level permissions in a table in 8base.
For example: In User table, if there are two users, userX and userY, both users should not be able to see each-others records.
Hey Nikhil!
Make a role called AppUser
and in the role’s Users:Read
set the custom filter:
{
"is_self": true
}
This way the user with AppUser role can only see their own user record.