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.** Today, the only connection between the JS/TS world and ZModel is the `auth()` function; however, it's restricted to representing the...

**Description and expected behavior** After trying to upgrade ZenStack to v2, I discovered a bug when trying to call `/api/model/membership/findMany` (see error message). Every other table was working fine, expect...

https://github.com/prisma/prisma/releases/tag/5.14.0

I noticed some Windows-specific build failures and some gaps in the `CONTRIBUTING.md` docs. I have the PR currently in draft mode because I am still doing some more checks on...

**Is your feature request related to a problem? Please describe.** I find that for every string field I am doing `model String @trim @length(min: 1)`, any thoughts on a way...

**Description and expected behavior** After trying to implement the new check() function in the access control, I found out that when adding the future() function in another policy, it will...

# Problem Form-level validation (done with `@@validate`, which zenstack will convert to `schema.refine()` in zod) would not be assigned to any specific field, making fetching the error message tricky, hacky,...

**Description and expected behavior** Using take on enhanced prisma returns different result than prisma for the same expected result. Exemple code: * usuarioId on Aluno table is the user id...