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