I'd like to use an Oracle wallet in lieu of hardcoding the user ID and password in my javascript or config files. I have tried dropping the user and password parameters from the connect and simply using a connection string in this format ="/@db_alias" but am not able to log in. I get an error about invalid username and password. Has anyone else been successful in using a wallet to authenticate with the node module?