UNPKG

payload-gatekeeper

Version:

The ultimate access control gatekeeper for Payload CMS v3 - Advanced RBAC with wildcard support, auto role assignment, and flexible configuration

7 lines 267 B
/** * Central export file for all permission plugin hooks */ export { createAfterChangeHook } from './afterChangeHook'; export { createAfterLoginHook } from './afterLoginHook'; export { createAfterReadHook } from './afterReadHook'; //# sourceMappingURL=index.js.map