阿兹曼在资源层面

发布于 2024-12-20 20:02:53 字数 522 浏览 1 评论 0原文

我在之前的项目中使用过 Azman ,它在授权操作时效果很好在系统级

  • 授权角色X执行操作Y
  • 允许经理update_sales_orders

在新项目中,我需要在记录级别管理授权。

  • 授权角色X对记录#Z执行操作Y
  • 允许经理update_sales_order # 23

实现这一目标的最佳方法是什么?如果有支持此功能的授权 API,我将很高兴听到它。否则,欢迎任何建议。

I have used Azman in a previous project and it works well when authorizing operations on a system-level

  • authorize role X to perform operation Y.
  • allow Managers to update_sales_orders

In a new project, I need to manage authorizations on a record level.

  • authorize role X to perform operation Y on record #Z
  • allow Managers to update_sales_order # 23

What is the best way of achieving this? If there is an authorization API that supports this I would be glad to hear about it. Otherwise, any suggestion is welcomed.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

私野 2024-12-27 20:02:53

AzMan has a feature called scopes
that can accomplish what you are asking. A scope can be any piece of data. Here at work, for example, we have a branch scope. So, for a person assigned to a scope of 1234, that person can only perform the operations assigned to them on data belonging to branch 1234.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文