Skip to content

Commit a33dd90

Browse files
committed
docs: enhance README with access control and API protocols overview
1 parent 9a9286d commit a33dd90

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,13 @@
2323

2424
## 🎯 Overview
2525

26-
This monorepo provides a complete set of tools to simplify the development of server and client applications using **NestJS**. It supports two popular protocols:
26+
This monorepo provides a complete set of tools to simplify the development of server and client applications using **NestJS**. It includes support for two popular API protocols and a powerful access control system:
2727

28+
**API Protocols:**
2829
- **[JSON:API](https://jsonapi.org/)** – Build RESTful APIs with standardized request/response formats
2930
- **[JSON-RPC 2.0](https://www.jsonrpc.org/)** – Implement remote procedure calls using JSON
31+
32+
**Access Control:**
3033
- **[CASL](https://casl.js.org/)** – Fine-grained access control with full integration for JSON:API resources
3134

3235
All packages are designed to work seamlessly with modern ORMs like **TypeORM** and **MikroORM**, and include built-in support for [PGlite](https://github.com/electric-sql/pglite) for local development.

0 commit comments

Comments
 (0)