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

use dependency injection for storage adapters #137

Open
aryasaatvik opened this issue Jan 6, 2025 · 0 comments · May be fixed by #136
Open

use dependency injection for storage adapters #137

aryasaatvik opened this issue Jan 6, 2025 · 0 comments · May be fixed by #136

Comments

@aryasaatvik
Copy link
Contributor

aryasaatvik commented Jan 6, 2025

Currently, storage adapters are tightly coupled to the core issuer and can be configured through environment variables. This creates unnecessary dependencies and increases bundle size for platforms not using specific storage adapters (e.g., Cloudflare Workers bundling memory and dynamodb storage adapters).

@aryasaatvik aryasaatvik linked a pull request Jan 6, 2025 that will close this issue
2 tasks
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

Successfully merging a pull request may close this issue.

1 participant