Skip to content

Commit ff734f0

Browse files
committed
fix: enhance README.md description to include RBAC, ABAC, and related terms
1 parent 86bc061 commit ff734f0

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

packages/react-access-engine/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
# react-access-engine
44

5-
**Unified access control, feature flags, and policy engine for React.**
5+
**Unified access control, RBAC, ABAC, feature flags, experiments, and policy engine for React.**
6+
7+
React, RBAC, ABAC, authorization, permissions, feature flags, A/B testing, plan gating, remote config, SSR-safe
68

79
[![npm version](https://img.shields.io/npm/v/react-access-engine?color=blue&label=npm)](https://www.npmjs.com/package/react-access-engine)
810
[![minzipped size](https://img.shields.io/badge/minzipped-5.7_kB-blue)](https://bundlephobia.com/package/react-access-engine)
@@ -18,7 +20,7 @@
1820

1921
## Why?
2022

21-
React apps cobble together homegrown RBAC, a feature flag service, ad-hoc plan gating, and manual A/B test wiring each with its own provider, API, and blind spots.
23+
React apps cobble together homegrown RBAC, a feature flag service, ad-hoc plan gating, and manual A/B test wiring each with its own provider, API, and blind spots.
2224

2325
**react-access-engine** replaces all of them with one system:
2426

0 commit comments

Comments
 (0)