Primož Rome
Primož Rome
Now you have roles and permissions and relation between them. For example: admin can add, edit, delete users, and so on. Some projects need a little bit more advanced permissions...
Yes but if you have a heavy user driven backend, that lots of users are using and you need to restrict lots of things for some users you end up...
Great, thanks for the info, looking forward on it. Take care.
Hi a7madgamal. Thanks on your input. I don't see any special reason having another layer (groups), when you already have roles which also serve as a collection of users? What's...
Yeaj I was thinking about how this should be done. Found a lot of resources including one very interesting article: http://lostechies.com/derickbailey/2011/05/24/dont-do-role-based-authorization-checks-do-activity-based-checks/. He completely dismisses the role-based authorization/permission system with some...
Hi dre, did you have any thoughts on this?
@dre1080 I am also very busy with my ongoing projects currently, but I will try to look into this and see If I am able to do it. Do you...
I now have working implementation on users_permissions, but am still testing it. So far so good, but my implementation is only on users_permissions and I have removed roles_permissions ... Actually...
> Closing this issue as it [works](https://codesandbox.io/s/exciting-sun-fe8w6h?file=/src/index.tsx) with the latest React v18.2.0 I have this same issue on `"react": "^18.2.0"`. error - TypeError: dispatcher.useId is not a function Anyone knows...