I’m a contractor at a company that has a few monday.com react apps that I need to fix in order for their tools to work again. Unfortunatly, the developer who originally built their custom forms no longer works at the company and didn’t leave us with any way to access the react apps in a proper way. That being said, I have successfull unpacked all the map files and was able to re-create the package.json file which got me past the build errors. I’m now struggling to know how to add oAuth to the app so that I can connect to boards while developing locally.
Can anyone help me understand where oAuth should be added in the react app project?