Hi everyone!
I am thinking to build a new web plugin to manage Miro board elements and I have found that this can be done with JS, specifically with NodeJS and ExpressJS. My question is how someone could "hide", secure the JavaScript source code of the web plugin as it can be easily inspected in the web browser with web developer tools. This is fine for open source systems but how to build it for a proprietary system so that the code is not visible?
Does anyone have implemented a proprietary web plugin for Miro? Do I have to build a backend system, authorization, etc?
Thanks