web-getting-started-samples
web-getting-started-samples copied to clipboard
Remove "node-uuid" dependency for salt
Remove external dependency of outdated "node-uuid" for salting and using vanilla Node Crypto instead via shaking this salt function instead:
return crypto.randomBytes(20).toString('hex');