I have a specific use case in my application to store users 3rd party API Keys to retrieve data from those 3rd parties. It is a web application and I am using express as well as MongoDB for the database.
Is there a specific way to best secure it (I need to access the actual key multiple times after it's stored). Or should I not be storing these at all?
If not, what solutions do you have to get around this problem?