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

add: base64url support #314

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

jrschumacher
Copy link

Using string replaceAll since base64 is external base64-js.
Dependency does not yet support base64url beatgammit/base64-js#53

Using string replaceAll since base64 is external base64-js.
Dependency does not yet support base64url beatgammit/base64-js#53
index.js Outdated Show resolved Hide resolved
@SamuelScheit
Copy link

I also need base64url encoding support for my project,
@jrschumacher thank you for implementing it, I'll use your branch until this PR gets merged.

@Dabada
Copy link

Dabada commented Aug 31, 2022

Any news for this ? Please.

@Hedzer
Copy link

Hedzer commented Oct 16, 2022

same issue, any news?

@ChrisAntaki
Copy link

Thanks for coding this, @jrschumacher! Using it for a fork

@swetshaw
Copy link

I need base64url encoding support for my project, can we review and merge this ASAP?

@jrschumacher
Copy link
Author

It's probably not going to happen if it's been this long. Just use my branch or just wrap the base64 function in a string replace.

@TDola
Copy link

TDola commented Feb 22, 2023

Hopefully this is merged some day. It seems to work well
npm install feross/buffer#pull/314/head

Copy link
Collaborator

@dcousens dcousens left a comment

Choose a reason for hiding this comment

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

LGTM, I'll need to resolve the CI issues before I can merge though

index.js Outdated Show resolved Hide resolved
@jrschumacher
Copy link
Author

jrschumacher commented Oct 6, 2023

@dcousens I removed trailing spaces on line 955 of index.js

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 this pull request may close these issues.

None yet

8 participants