Replies: 1 comment
-
Maybe you are looking for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. I'm trying to create something like a forum. I would like to create moderators for each category on my forum.
I was thinking how can i manage those permissions. For example i have 2 categories:
games
,computers
. I should have one moderator for games and one for computers categories. I can create rolesmoderator.games
andmoderator.computers
with permissionsgames.posts.delete
,computers.posts.delete
, etc.But is this a good solution? If i will use this not only with categories, but also with posts (
post.{postId}.edit
, etc) there can be thousands of roles and even more permissions.Beta Was this translation helpful? Give feedback.
All reactions