is it possible to call a fresh desk API (for example to do a PUT updating a ticket property) from within an App?
I am trying to build an app for our internal use that will allow us to set a field on a customer from within an app.
The problem is managing security, without putting the actual password or secure token within the app javascript code.

