axios.post('http://localhost:3001', {}, { withCredentials: true }) axios.post('http://localhost:5000/api/auth/login', { email, password } , { withCredentials: true } )