Crie token aleatório com bcrypt
const crypto = require('crypto');
const token = crypto.randomBytes(48).toString('hex');
florinrelea
const crypto = require('crypto');
const token = crypto.randomBytes(48).toString('hex');