Skip to content

Commit c4df92a

Browse files
committed
docs: update README sections
1 parent d82508c commit c4df92a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,18 @@
1616

1717
## What?
1818

19+
FSABA (Fine-grained Subject-Action-Based Authorization) is a policy-based authorization
20+
library. It allows you to define roles with policies that specify what actions subjects
21+
(users) can perform on which resources, with optional conditions for fine-grained access
22+
control.
23+
1924
## Why?
2025

26+
Building authorization logic from scratch is error-prone and often leads to inconsistent
27+
access control across an application. FSABA provides a declarative, testable approach to
28+
authorization that separates policy definitions from application code, making it easier to
29+
reason about and audit permissions.
30+
2131
## License
2232

2333
This software is released under the MIT license. See [the license

0 commit comments

Comments
 (0)