I would like to request a feature to securely store environment variables and sensitive information (like API keys and access tokens) within Softr. This is especially important for use in custom coding blocks.
• Secure Storage: Implement a way to input and manage environment variables securely.
• Encryption: Ensure all stored data is encrypted to protect against unauthorized access.
• Easy Access: Provide simple methods to retrieve these variables in custom code during runtime.
Hi, this is my first post! I still haven’t found a solution to the issue of API Keys being exposed in the browser, which are a security risk, I asked the girl from customer support to provide me with the link to the feature request form. I have already requested the feature, if anyone would like to add it, that would be great!
Hello Artur, how are you? In my case there is no backend layer, it is just Sofrt, Airtable and the embedded custom code. I make the calls client-side but I thought that in the custom code I could add a variable (because the Airtable Apikey is already in Softr when I added it in data source) for example “const apiKey = {{airtableApiKey}}”.
This is my first experience, maybe it should be done differently and I don’t realize it.
Artur, thanks for your reply. The custom code pulls patient-related data from Airtable (profile, queries, comments, payments) and dynamically displays it in the app’s interface in the company’s branded style. This allows users to view and navigate patient information in real-time with a professional and consistent design aligned with the company’s identity.
I could suggest doing this… Add a block lets say table or grid… on page load hide it and let it still load then listen to it’s data being loaded take it and render it
I couldn’t make it work reliably. Sometimes it would “listen” to the data, but other times it wouldn’t recognize the containers, making it too risky. Instead, I used a tab container. It doesn’t have the style I wanted, but at least the Airtable API key is safe.
Thank you anyway for your help, Artur! Merry Christmas and a wonderful New Year!