DEV Community

Discussion on: 7 Hardest Node.js Interview Questions & Answers

Collapse
 
johntomcy profile image
Tomcy John

You could and should use a secret management external product line hashicorp vault and manage secrets there. From node use vault to retrieve the secrets as and when needed. This is one of the best approach that I know off.