This content originally appeared on DEV Community and was authored by Mário Coxe
I’m working on AuditTrailJS, an open-source library for Node.js built in JavaScript/TypeScript that provides a centralized and extensible auditing and logging layer. It captures critical events such as logins, data changes, and access to protected resources, with support for multiple adapters (files, MongoDB, MySQL) and ready-to-use middlewares for Express and Fastify. The goal is to help developers improve security, traceability, and consistency in their applications. The project is available on GitHub and any feedback, suggestions, or contributions are very welcome: https://github.com/Mario-Coxe/audittrailjs
This content originally appeared on DEV Community and was authored by Mário Coxe