We are building a plugin for confluence on-prem. This plugin has backend (JAR) and front end (react.js).We would like to insert most of thebuisness logic into the front end so we could update functinality without uploading new JAR.
The frontend is using an API which is hosted on aother server. I would like to authenticate to this API using MSAL.
is this the best practice?