L. C. Parker 2/25/2026 10:58:12 AM Jorge, what I ended up doing was create a PWA (html and JavaScript) using the API and a proxy we run on cloudflare. It is more laborious process, but it ended up fitting our needs better. May be a better approach depending on the complexity of your database. If you take the approach, I highly recommend making a copy of your database as a Testing environment, cleaned of any proprietary data, hosting test records, and API keys limited to that DB.
This approach also requires diligence security hardening, and CRUD testing. But by using our proxy come out we end up with better scope permissions.
If there is an interest, I can take the time after the weekend and see how hard it would be to make a cleansed/redacted version of that repository
|