07-20-2020, 05:20 PM
Dear Team,
livecloud doesn't support user permissions by default.
So I want to write it in livecode.
for example. i want to make rbac.
1. Role: Manager
2. Role: employee
only the employee role can see the employee table or
only the managerrole can see the manager table.
my assumption is if someone gets or knows the recordID then they can freely do it to search.
is it safe if I write rabc logic directly in livecode?
do you have an example to make rbac in livecloud?
if I use parseplatform.org I write it in cloudcode.
Thanks
livecloud doesn't support user permissions by default.
So I want to write it in livecode.
for example. i want to make rbac.
1. Role: Manager
2. Role: employee
only the employee role can see the employee table or
only the managerrole can see the manager table.
my assumption is if someone gets or knows the recordID then they can freely do it to search.
is it safe if I write rabc logic directly in livecode?
do you have an example to make rbac in livecloud?
if I use parseplatform.org I write it in cloudcode.
Thanks