danxfisher / MeetEasier

MeetEasier is a web application that visualizes meeting room availability. It works using Exchange Web Services (EWS) with Exchange room lists in Office 365.
GNU General Public License v3.0
279 stars 75 forks source link

process.env.USERNAME won't work in WINDOWS #72

Open canoas opened 2 years ago

canoas commented 2 years ago

The choice of using an environment var with this name makes a lot of 401 auth erros simply because no mater what you put on auth.js, the code will always revert the the logged in windows USERNAME and the authentication in Office365 will only work if the developer is testing with his own corporate account. Related issues:

32

4

43

Using another convention solves this: e.g. USRNAME