Hello!
I am implementing a Support App with ZAF and React and I am using a third-party OAuth access token to make calls to an external API, as described here, by adding an oauth object in manifest.json.
The problem that I am facing is that the SECRET generated by the third-party service expires and so the token can't be refreshed and my authentication is lost.
Updating the SECRET value in the manifest file forces me to re-publishing the app in the Zendesk Marketplace. How could I avoid that? Could I maybe set the secret at installation and not directly in the manifest file?
Thank you!

