Saving secrets (API-keys for external application) per user in database (PKI?)
I’m developing a web-app which communicates with an external email message application through its HTTP API. My web-app consists of a JS (Svelte) front-end and a Node.js back-end.
Each user on my app will be getting a different API key fo… Continue reading Saving secrets (API-keys for external application) per user in database (PKI?)