Join Slack
Communities
Powered by
I need to store some user tokens securely in postg...
# orm-help
m
Mischa
03/17/2022, 3:26 PM
I need to store some user tokens securely in postgres. Any suggestions for best practices? One idea: encrypt/decrypt the token using a key stored in KMS, only certain lambdas have access to the key.
n
Nurul
03/18/2022, 12:20 PM
These best practices for
storing sensitive data
by AWS might be helpful to you
2
Views
Open in Slack
Previous
Next