Skip to content

Instantly share code, notes, and snippets.

View nephew92's full-sized avatar
🛫
going up

Francisco Sobrinho nephew92

🛫
going up
View GitHub Profile
@nephew92
nephew92 / README.md
Created May 30, 2019 17:57 — forked from twolfson/README.md
Audit logging via sequelize

We prefer to have audit logging in our services that leverage databases. It gives us clarity into sources of where ACL issues might originate as well as gives us a general timeline of activity in our application.

Audit logging is tedious to set up so this gist contains our latest iteration of audit logging support for a sequelize based service.