Node.js, Sequelize and GDPR
One of the common rule is to encrypt data of our clients in the storage system. I want to show you, how we could do the very simple implementation of such encryption in our node.js APIs, by using Sequilize hooks.
One of the common rule is to encrypt data of our clients in the storage system. I want to show you, how we could do the very simple implementation of such encryption in our node.js APIs, by using Sequilize hooks.