1. users, 2. admins, 3. organizations where users belong 4. roles which belong to an organization and users can be assigned to said roles 4. audit forms which are read/write capable for users, roles and admins
What is best for authorization? I am a pretty beginner programmer so I don't know which is best/whether to use RBAC, ReBAC or ABAC.
Thanks!