AuditLog
AuditLog plugin allows to limit access to the resource actions (list, show, create, update, delete) based on custom callback. +
AuditLog
AuditLog plugin allows to limit access to the resource actions (list, show, create, update, delete) based on custom callback. Callback accepts AdminUser which you can use to define access rules.
-Import plugin:
-import AuditLogPlugin from 'adminforth/plugins/AuditLogPlugin';
If yu are using pure Node without TypeScript, you can use the following code:
-import AuditLogPlugin from 'adminforth/dist/plugins/AuditLogPlugin/index.ts';
See API Reference for more all options.
Usage
+See API Reference for more all options.