1.0.6 • Published 4 months ago

@10life/strapi-plugin-audit-trail v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

strapi-plugin-audit-trail

A comprehensive audit trail plugin for Strapi that tracks user activities.

This plugin utilizes a middleware to create an audit log of user activities. The audit log is accessible in the Audit Trail content type. The admin page provides a functionality to clear audit trails.

How to use

To enable this plugin, put the following code in /config/plugin.js:

  'audit-trail': {
    enabled: true,
  },

Add in /config/middleware.js

module.exports = ({ env }) => [
  \\ other middleware
  'plugin::audit-trail.logActivity'
];

Road Map

  • provide config for audit items
1.0.6

4 months ago

1.0.5

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago