Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.16 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.16 KB

Samples ZenStack schemas for different patterns of modeling authorization

What's ZenStack

ZenStack is a NodeJS full-stack toolkit which supercharges Prisma ORM in many ways. Please read here first.

About This Repo

This repo contains ZModel schemas and test code that demonstrate different patterns of modeling application's authorization.

You can find more detailed explanation in the blog post Modeling Authorization in Prisma - No Theory, Just Code.

How To Run

Make sure "pnpm" is installed.

  • pnpm install
  • cd samples/[sample folder]
  • pnpm generate
  • pnpm test

Catalog

Not Finding What You Want?

Please join ZenStack Discord to let us know your needs.