ASP.NET MVC:分层角色、自定义授权
有没有办法像树一样组织我的应用程序中的角色?您知道,用户可以做几件事,版主就像用户一样,但可以做更多的事情,管理员有更多的能力,等等。我在“网站管理工具”中没有找到任何东西。
Is there a way to organize the roles in my app like a tree? You know, User can do several things, Moderator is just like user but can do little more, Administator have even more abilitities, etc. I've found nothing in the "Web Site Administration Tool".
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你不需要为此把它变成一棵树。
请记住,同一用户可以拥有多个角色。当您需要授予这些额外权限时,您可以为该用户启用额外角色。
You don't need to make it a tree for that.
Remember the same user can have multiple roles. When u need to give those extra permissions, u enable the extra role(s) to that user.