zenstack
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...
**Description and expected behavior** extra uses of `as type` that are not required. these can be omitted without any change. `This assertion is unnecessary since it does not change the...
**Description and expected behavior** I have some rules in my code to disallow `/* eslint-disable */` without a matching `/* eslint-enable */` in the file. this makes compilation fail. can...
**Is your feature request related to a problem? Please describe.** I'd like to be able to check whether user has the permission to perform a create, update or delete operation...
**Description and expected behavior** Actually its the same context as here (https://github.com/zenstackhq/zenstack/issues/1173) but a different issue. We have the following zmodel and want to check if we created something in...
**Is your feature request related to a problem? Please describe.** When using zenstack on a large pre-existing database I have run in to an issue where I cannot run the...
**NOTE: This is quite ambitious item, and chance is low it can be contained in V2, but including it here just for people who may find it very useful and...
**Is your feature request related to a problem? Please describe.** I noticed in the documentation that there is plugins for VS Code and JetBrains, wouldn't be better to provide the...