js crpyto générer un jeton sûr
const crypto = require('crypto');
const token = crypto.randomBytes(48).toString('hex');
florinrelea
const crypto = require('crypto');
const token = crypto.randomBytes(48).toString('hex');