Ok, maybe I was unclear regarding storage. I will have a secure environment (with login to a WordPress website, membership) where the values will be stored with PHP code (need to log in programmatically to Volt).
The web app will only read(Get) the values and they are not sensitive in any way (some Url:s).
ok, I can wrap this in my PHP code (some API calls with API key to my own API Rest services) and return the result to the nsbasic web app. But I thought that Volt would be a preferred solution for storing and retrieving these values.
Is there a potential for abuse in this scenario?
What I have tried (working fine) is to call my Rest API from Javascript inside the web app with my API key exposed (that’s not good), but i want to avoid that.