Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Secret storage #49

Open
pverheggen opened this issue Dec 12, 2024 · 2 comments
Open

Secret storage #49

pverheggen opened this issue Dec 12, 2024 · 2 comments

Comments

@pverheggen
Copy link
Contributor

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.

@thdxr
Copy link
Contributor

thdxr commented Dec 13, 2024

this is in support of stepping towards something like #54

@Cmion
Copy link

Cmion commented Dec 20, 2024

@thdxr I think this would be for storing public/private oauth keys

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants