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)
-
0
Hi @robrechtbelien
Easiest option is to check Current User's Id in the linked users of the project in the related app service.