feathers-casl
Version:
Add access control with CASL to your feathers application.
13 lines (12 loc) • 482 B
text/typescript
export * from './checkBasicPermission.js'
export * from './checkCan.js'
export * from './convertRuleToQuery.js'
export * from './couldHaveRestrictingFields.js'
export * from './getAvailableFields.js'
export * from './getModelName.js'
export * from './hasRestrictingConditions.js'
export * from './hasRestrictingFields.js'
export * from './mergeQueryFromAbility.js'
export * from './simplifyQuery.js'
export * from './getFieldsForConditions.js'
export * from './getMinimalFields.js'