This worked pretty well for me
const response = await axios.get('url', { auth: { username: 'Jane', password: 'doe' }, }); const result = response.data;