Generate random token

const token = `${Math.floor(Math.random() * Number.MAX_SAFE_INTEGER).toString(36)}${Math.floor(Math.random() * Number.MAX_SAFE_INTEGER).toString(36)}${Math.floor(Math.random() * Number.MAX_SAFE_INTEGER).toString(36)}`;

Generate random token (string)