Casbin:一个强大和高效的开源访问控制库!

douke0320 · · 831 次点击 · 开始浏览    置顶
这是一个创建于 的主题,其中的信息可能已经有所发展或是发生改变。

**官网:https://casbin.org/** **github地址:https://github.com/casbin/casbin** **支持的语言:** ![微信图片_20201203123753.png](https://static.studygolang.com/201203/dc2578727f4dd5db417a37c06034fbdc.png) **支持的模型:** 1. ACL (Access Control List) 2. ACL with superuser 3. ACL without users: especially useful for systems that don't have authentication or user log-ins. 4. ACL without resources: some scenarios may target for a type of resources instead of an individual resource by using permissions like write-article, read-log. It doesn't control the access to a specific article or log. 5. RBAC (Role-Based Access Control) 6. RBAC with resource roles: both users and resources can have roles (or groups) at the same time. 7. RBAC with domains/tenants: users can have different role sets for different domains/tenants. 8. ABAC (Attribute-Based Access Control): syntax sugar like resource.Owner can be used to get the attribute for a resource. 9. RESTful: supports paths like /res/*, /res/:id and HTTP methods like GET, POST, PUT, DELETE. 10. Deny-override: both allow and deny authorizations are supported, deny overrides the allow. 11. Priority: the policy rules can be prioritized like firewall rules. 更多详细信息见官网~

有疑问加站长微信联系(非本文作者)

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

831 次点击  ∙  1 赞  
加入收藏 微博
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传