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

**Is your feature request related to a problem? Please describe.** Every time I want to generate the LLM docs I am left wondering what the keyboard shortcut is, ie. `Cmd+Shift+V`...

**Is your feature request related to a problem? Please describe.** The new LLM docs feature generates a visual representation of each model and its relationships. It would be amazing to...

**Description and expected behavior** after install @zenstackhq/cli@next. run command `yarn zenstack init` ``` Using package manager: yarn@berry ⠋ Installing "@zenstackhq/cli@next"Unknown Syntax Error: Extraneous positional argument ("@zenstackhq/cli@next"). $ yarn install [--json]...

**Description and expected behavior** I want to know if this is a bug or a missing configuration when using the `tRPC` plugin with `zenstack generate --output` option. The generated zenstack...

**Description and expected behavior** According to the JSON:API spec, id MUST always be a string. My model has an id typed as Int for backwards compatibility with older projects. I...

**Description and expected behavior** When running `zenstack generate`, the generation fails during the "Generating Zod schemas" phase with the following error: ```ts Error compiling generated code: ../../node_modules/zod/v4/classic/schemas.d.cts:455:31 - error TS1139:...

**Description and expected behavior** In case of using a compound ID on a model, a 400 error is returned when the supplied ID is missing chunks for any column. ie....

**Is your feature request related to a problem? Please describe.** At this time, ZenStack can generate an automatic CRUD API and OpenAPI specification in two flavors: RPC and RESTful. However,...

Thanks for this awesome library, I've got a huge schema, and it saved me hours of dev. I would like to propose a small feature request to have a more...

**Is your feature request related to a problem? Please describe.** In the schema.zmodel we can express the bulk of our authorization related rules. It would be amazing if this would...