noob question: in a setting where I have some Node.js code needing to call a service which requires authentication, how do I pass sensible data in a secure way? This problem arose because I'm trying to send emails, but I would like to know a general strategy to avoid writing the plain credentials in the code, or at least in which direction I should go
Asked
Active
Viewed 22 times
0
-
The dupe I posted above talks about hiding *database* credentials which is essentially the same concept for hiding *any* service credentials. – nicholaswmin Feb 18 '20 at 16:56
-
Yes, thank you very much! – Chernabog Feb 18 '20 at 16:57