prisma-adapter icon indicating copy to clipboard operation
prisma-adapter copied to clipboard

Prisma adapter for Casbin

Results 3 prisma-adapter issues
Sort by recently updated
recently updated
newest added

rbac_model.conf ``` [request_definition] r = sub, dom, obj, act [policy_definition] p = sub, dom, obj, act [role_definition] g = _, _, _ [policy_effect] e = some(where (p.eft == allow)) [matchers]...

question

Order of policies in DB after savePolicy is not same as in source file: examples/rbac_policy.csv Sample test: https://github.com/node-casbin/prisma-adapter/blob/master/test/adapter.test.ts Code snippet: line 40-50 ``` try { // Because the DB is...

question

When I modify the generated directory for Prisma, the adapter doesn't work properly.

question