React app - get secure iparams from a custom installation page

Haver this code in our postConfigs function from the documentation in our iparams.html
from the link Custom Installation Page

      __meta: {
       secure: ["api_key"]
     },

Previous thred regarding only iparams, but not secure. (Get iParams in React app)

@Ansfs91,
Good Day!,
You are not allowed to get the secure Iparams in the front end due to security concerns,
but you can able to access the secure Iparams in the serverless.
Hope it helps :slight_smile:

Thanks

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.