Skip to content

A basic audit trail for things that are happening in the Strapi Admin

License

Notifications You must be signed in to change notification settings

rajeshrapaka/strapi-middleware-audit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

strapi-middleware-audit

Logs's all authenticaticated requests to Strapi's admin


Installation

Install with yarn add strapi-middleware-audit

Enable the middleware by editting your config/middleware.js file (create it if isn't there already), it should look like this,

module.exports = {
  settings: {
    audit: {
      enabled: true,
    },
  },
}

That's it! When you use the admin interface, you should start seeing things appear in your Strapi logs

Contributing

Patches welcome! If you do find any issues please raise an issue on github https://github.com/piersroberts/strapi-middleware-audit/issues

About

A basic audit trail for things that are happening in the Strapi Admin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%