Base solution for your next web application
Open Closed

entity level permissions #7447


User avatar
0
robrechtbelien created

Hi, I have a project entity where the creator is the admin, but the entity has linked users: It has trainers and students (which are aspnetzero users) . I want to limit the access to a project to admins and all linked students and trainers. What would be the best practice to implement this?


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @robrechtbelien

    Easiest option is to check Current User's Id in the linked users of the project in the related app service.