When developing an app, how do you store secure values like Auth Tokens?
Context: Looking at the Adalo developer documentation for adding a component to the marketplace, the component needs to access my API, which using JSON Web Tokens. Now I can hard code the token into the React application, but that is insecure.
Is there a secure way of authenticating with Adalo or storing data securely?