Hi Guys,
Scope is:
Client side able to add multiple store like store name and store api key and these stores are populate to client side in dropdown.
And the customer can choose any one of the populated store the relevant data to be loaded on the page.
Problem is;
The store credentials are stored in local and it can be directly access from client side and malicious user also able view.
So, how can we store these credentials in secure like Ex: __meta:{ secure: [‘api_key’]}
Thanks.