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

Make ebs-helper compatible across different runtimes using jose instead of jsonwebtoken #509

Closed
AdrianGonz97 opened this issue May 22, 2023 · 1 comment · Fixed by #510
Closed
Labels

Comments

@AdrianGonz97
Copy link
Contributor

Feature Request

jsonwebtoken unfortunately only works in Node so it'd be great to replace it with a jwt library that works across different runtimes like jose.

I already have a working implementation of this so that I would be able to use it with CF workers. I'd be more than happy to submit a PR for this change!

@d-fischer
Copy link
Member

d-fischer commented May 22, 2023

Sure, feel free to PR this onto the main branch. I don't think this is a good fit for a patch version.

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

Successfully merging a pull request may close this issue.

2 participants