Skip to content
New issue

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

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

Already on GitHub? # to your account

fix(ext/node): export JWK public key #25239

Merged
merged 2 commits into from
Aug 28, 2024

Conversation

littledivy
Copy link
Member

Fixes #18928

Comment on lines +830 to +834
use base64::prelude::BASE64_URL_SAFE_NO_PAD;

fn bytes_to_b64(bytes: &[u8]) -> String {
BASE64_URL_SAFE_NO_PAD.encode(bytes)
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this crate had one job 😭

littledivy added a commit to littledivy/deno that referenced this pull request Aug 28, 2024
Signed-off-by: Divy Srivastava <dj.srivastava23@gmail.com>
@littledivy littledivy enabled auto-merge (squash) August 28, 2024 14:58
@littledivy littledivy merged commit b9c144d into denoland:main Aug 28, 2024
17 checks passed
lucacasonato pushed a commit that referenced this pull request Aug 29, 2024
Fixes #18928

Signed-off-by: Divy Srivastava <dj.srivastava23@gmail.com>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ext/node: jwk public key export not implemented (PublicKeyObject)
2 participants