-1

I wanna build a simple permission system using symphony 4 that has the following properties:

  • there are several possible roles for users (SUPER_ADMIN, ADMIN, USER,QUEST)
  • SUPER_ADMIN users can grant view or edit&delete permissions for a given entity to a certain user no mater what his role is

What is the best solution for this? Thanks

1 Answers1

0

Please, start reading these documentations to figure out some basics :

SF4 Authorization

SF4 Security

SF4 Voters

kasor
  • 179
  • 1
  • 5