Is there a way to securely access third party API from frontend (Monday views/widgets)?
I mean, is there some feature from Monday SDK that I allow me to make a request to a third party API from frontend without exposing the API key? This would involve a way to store the API key on app installation and SDK use it on third party api requests.
If there’s not, I would have the API key static on my code and use Axios, but this would expose the API Key.