import crypto from 'crypto'; export function getToken() { return crypto.randomBytes(256 / 8).toString('hex'); }