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

Does not appear to support 'base64url' encoding like Node Buffer #309

Open
ljoy913 opened this issue Mar 9, 2022 · 1 comment
Open

Does not appear to support 'base64url' encoding like Node Buffer #309

ljoy913 opened this issue Mar 9, 2022 · 1 comment

Comments

@ljoy913
Copy link

ljoy913 commented Mar 9, 2022

// Node:
const buffer = Buffer.from(base64url, 'base64url'); // works!
// Buffer:
const buffer = Buffer.from(base64url, 'base64url'); // TypeError: Unknown encoding: base64url
@SamuelScheit
Copy link

done in #314

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

2 participants