It is definetely not a issue. But I was trying taking input for environment variable in frontend so that user can provide their own credentials specific to thier project as vercel does. I want to know how to securely store them and can provide it during the build time. Also I was facing the issue that these credentials may land up on client side, after embedded in the build process.
It is definetely not a issue. But I was trying taking input for environment variable in frontend so that user can provide their own credentials specific to thier project as vercel does. I want to know how to securely store them and can provide it during the build time. Also I was facing the issue that these credentials may land up on client side, after embedded in the build process.
If anyone implemented, please help!