You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+36Lines changed: 36 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,30 @@ An authorization library that supports access control models like ACL, RBAC, ABA
11
11
12
12

13
13
14
+
## Table of Contents
15
+
16
+
-[Why Casbin?](#why-casbin)
17
+
-[Installation](#installation)
18
+
-[Get Started](#get-started)
19
+
-[Supported Models](#supported-models)
20
+
-[How It Works](#how-it-works)
21
+
-[Features](#features)
22
+
-[Documentation](#documentation)
23
+
-[Examples](#examples)
24
+
-[Contributing](#how-to-contribute)
25
+
-[License](#license)
26
+
27
+
## Why Casbin?
28
+
29
+
Casbin is a powerful and efficient open-source access control library. It provides support for enforcing authorization based on various access control models:
30
+
31
+
✅ **Multiple Models**: Support for ACL, RBAC, ABAC, and more
32
+
✅ **Flexible & Scalable**: Easily customize your access control model
33
+
✅ **Production Ready**: Battle-tested across multiple languages and platforms
34
+
✅ **Policy Management**: Built-in APIs for managing permissions at runtime
35
+
✅ **Zero Dependencies**: Minimal footprint with no external runtime dependencies
36
+
✅ **Well Tested**: Comprehensive test coverage with 452+ test cases
0 commit comments