From a2c5135adadf21c3b902d3d4d1663d68228e14b6 Mon Sep 17 00:00:00 2001 From: ymc9 <104139426+ymc9@users.noreply.github.com> Date: Wed, 31 Jan 2024 17:06:53 +0800 Subject: [PATCH] chore: update README --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e3b910b38..bb640ae6c 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,18 @@ The following diagram gives a high-level architecture overview of ZenStack. ## Examples -### Todo SaaS App +### Schema Samples + +The [sample repo](https://github.com/zenstackhq/authz-modeling-samples) includes the following patterns: + +- ACL +- RBAC +- ABAC +- Multi-Tenancy + +You can use [this blog post](https://zenstack.dev/blog/model-authz) as an introduction. + +### Multi-Tenant Todo App Check out the [Multi-tenant Todo App](https://zenstack-todo.vercel.app/) for a running example. You can find different implementations below: @@ -213,6 +224,8 @@ Join our [discord server](https://discord.gg/Ykhr738dUe) for chat and updates! If you like ZenStack, join us to make it a better tool! Please use the [Contributing Guide](CONTRIBUTING.md) for details on how to get started, and don't hesitate to join [Discord](https://discord.gg/Ykhr738dUe) to share your thoughts. +Please also consider [sponsoring our work](https://github.com/sponsors/zenstackhq) to speed up the development of ZenStack. Thank you! + ## License [MIT](LICENSE)