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

Support Cloudflare Worker #124

Open
metrue opened this issue Jun 5, 2022 · 2 comments
Open

Support Cloudflare Worker #124

metrue opened this issue Jun 5, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@metrue
Copy link

metrue commented Jun 5, 2022

This lib is so handy, it'd be great to make it work on Cloudflare Worker environment, after checking the codes, the major block is node-rsa, but I think it can be replaced by https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto, but not 100% sure.

@a-tokyo
Copy link
Owner

a-tokyo commented Jun 7, 2022

Hi @metrue! Thanks for your input!

Can you try replacing node-rsa with https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto and open a PR? 🚀

@a-tokyo a-tokyo added enhancement New feature or request good first issue Good for newcomers labels Jun 7, 2022
@a-tokyo
Copy link
Owner

a-tokyo commented Jun 22, 2022

@metrue Looking forward to see this landing to production! 🚀

Repository owner deleted a comment from dsudduth Feb 26, 2024
@github-staff github-staff deleted a comment from vokaplok Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

4 participants
@metrue @a-tokyo and others