Monday 16 July 2018

Best Practices For Storing User API Keys With Node/Mongo?

I have a Node app which uses MongoDB. Inside my database, I'm going to be storing API keys provided by the user.Obviously, this is sensitive data so I don't want to store them in plain text within my database. Are there any best practices for storing private user data?Currently my project is using PassportJS for logging in and out and that's working great. I wonder if there's someway to leverage that for storing these API keys?Any tips or guides would be really appreciated. Thanks!

Submitted July 16, 2018 at 10:42PM by phil917

No comments:

Post a Comment