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.** N/A **Describe the solution you'd like** It would be nice if all prisma commands were exposed in the zenstack cli....

zenstack already provides amazing typesafe auto-generated hooks with react query or swr. but sometimes we simply need the raw fetch call used behind these hooks. in my case, i need...

we want to re-use `setupInvalidation` from https://github.com/zenstackhq/zenstack/blob/b06cee64cb1e9a1a9bf6ccbfd82fd5b57160dff0/packages/plugins/tanstack-query/src/runtime/common.ts#L246 While `setupInvalidation` is exported in the source code, it is not exported in the production build of ZenStack: ``` // node_modules/.pnpm/@[email protected]_@[email protected][email protected]_/node_modules/@zenstackhq/tanstack-query/runtime/react.mjs function setupInvalidation(model,...

**Description and expected behavior** The plugin should generate the proper spec for `meta` response data key. Currently, I'm using `npx openapi-typescript prisma/schema.json -o prisma/schema.d.ts` to auto generate typings from Open...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Create throws RESULT_NOT_READABLE when...

In working on #1458 I noticed that some tests took me a while to execute. A lot of it seems to be centered around npm installs, so I picked out...

**Is your feature request related to a problem? Please describe.** Currently using a structure with multiple entry zmodel schemas in different directories with their own `User` models or models with...

**Description and expected behavior** This is a multirepo project which have server and web inside the root directory. server/package.json ``` "scripts": { "with-env": "dotenv -e ../.env --", "db:gen": "yarn with-env...

**Is your feature request related to a problem? Please describe.** It would be nice, if its possible to count a relation field in a model and create access policies with...