zenstack icon indicating copy to clipboard operation
zenstack copied to clipboard

Typescript toolkit on top of Prisma ORM, offering flexible and declarative Access Control Policy(Authorization/Permission) for RBAC/ABAC/PBAC/ReBAC with auto-generated type-safe APIs and frontend hook...

Results 261 zenstack issues
Sort by recently updated
recently updated
newest added

**Description and expected behavior** Hello! When making an access policy like this: ```ts @@allow('update,read', this.locations?[countryCode in auth().authDirs.articleCountryCodes]) ``` where `locations` is part of the base delegate model, it adds an...

**Description and expected behavior** I am outputing zenstack generate to a custom location instead of into node_modules. When I use `@zenstackhq/server/next` I get this: ../../node_modules/.pnpm/@[email protected]_@[email protected][email protected][email protected][email protected]_/node_modules/@zenstackhq/runtime/enhance.js Module not found: Can't resolve...

**Brief Outline** Using the new `prisma-client` breaks zenstack plugins typescript inference which rely on the prisma client import path **Description and expected behavior** Prisma 6.6.0 introduces a new client provider...

**Is your feature request related to a problem? Please describe.** There are several backends already implemented in the docs. [Express.js](https://zenstack.dev/docs/reference/server-adapters/express) [Fastify](https://zenstack.dev/docs/reference/server-adapters/fastify) [NestJS](https://zenstack.dev/docs/reference/server-adapters/nestjs) [Hono](https://zenstack.dev/docs/reference/server-adapters/hono) I want to know if it's possible...

**❗ This issue is a work in progress, I'll do a bit more research into the implementation details.** **Motivation:** * Prefixed IDs allow for the identification of the model with...

**Is your feature request related to a problem? Please describe.** I want to centralize as much of my data model definition as possible in schema.zmodel. The addition of typed JSON...

**Is your feature request related to a problem? Please describe.** Yes. ZenStackMiddleware currently only supports Express.js, but I am using NestJS with Fastify due to its superior performance benefits. The...

**Is your feature request related to a problem? Please describe.** Currently, we still have do duplicate some select logic when we want to get an editable list of entities. **Describe...