loopback
loopback copied to clipboard
method to overwrite password for data source connection instead of using config/environment variables
for security reasons I don't want to store password in config or environment variables so my approach is to get secret password from some API and pass it to framework at runtime while making data source connection. so looking for any solution to pass password at runtime to connection methods. Thanks