File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 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
2333This software is released under the MIT license. See [ the license
You can’t perform that action at this time.
0 commit comments