You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the config has a single storage option which is used to store all data. Devs should optionally be able to provide a separate storage adapter so that keys can be stored separately from auth data.
This is a good security measure because if your database has a SQL injection vulnerability, for example, it doesn't compromise the private key.
Example providers would be AWS Secrets Manager or Cloudflare Secrets Store.
The text was updated successfully, but these errors were encountered:
Currently the config has a single
storage
option which is used to store all data. Devs should optionally be able to provide a separate storage adapter so that keys can be stored separately from auth data.This is a good security measure because if your database has a SQL injection vulnerability, for example, it doesn't compromise the private key.
Example providers would be AWS Secrets Manager or Cloudflare Secrets Store.
The text was updated successfully, but these errors were encountered: