Skip to content

Commit f3ed555

Browse files
committed
docs: update README
1 parent 10536fb commit f3ed555

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@
99
<p>Ergonomic, type-safe access to InferaDB's authorization and management APIs</p>
1010
</div>
1111

12-
- Centralized, fine‑grained authorization so Rust services avoid scattered, hand‑rolled permission logic.
13-
- Low‑latency, Google Zanzibar‑inspired engine that replaces ad‑hoc DB lookups and caches for authorization checks at scale.
14-
- Rust‑native API surface (types, async, errors, testing) so teams don’t need to build or adapt a generic policy engine.
15-
- Strong typing and policy‑as‑code to catch permission model mistakes in tests and at compile time instead of in production.
16-
- Standards‑based authorization (AuthZen) with built‑in multi‑tenant isolation and auditability.
12+
13+
[InferaDB](https://inferadb.com/) is a distributed, [Google Zanzibar](https://research.google/pubs/zanzibar-googles-consistent-global-authorization-system/)‑inspired authorization engine that replaces ad‑hoc database lookups and scattered logic with a unified, millisecond‑latency source of truth. With this SDK, you define permissions as policy‑as‑code and wire up a type‑safe client in just a few lines.
14+
15+
- **Rust‑Native & Async:** Fully integrated with the ecosystem (Tokio, Tracing) so you don't have to adapt generic policy engines to your runtime.
16+
- **Compile‑Time Safety:** Catch permission model mistakes in your build pipeline and tests, preventing surprises in production.
17+
- **Standards‑Based & Audit‑Ready:** Built on [AuthZen](https://openid.net/wg/authzen/) with automatic multi‑tenant isolation and cryptographically verifiable audit trails out of the box.
1718

1819
## Quick Start
1920

0 commit comments

Comments
 (0)