crypto.randomBytes(32).toString("hex") or crypto.randomBytes(20).toString("hex") code example
Example: crypto.randombytes(4).tostring('hex')
var token = crypto.randomBytes(64).toString('hex');
var token = crypto.randomBytes(64).toString('hex');