buffer icon indicating copy to clipboard operation
buffer copied to clipboard

add: base64url support

Open jrschumacher opened this issue 2 years ago • 11 comments

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

jrschumacher avatar May 17 '22 17:05 jrschumacher

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.

SamuelScheit avatar Jun 21 '22 22:06 SamuelScheit

Any news for this ? Please.

Dabada avatar Aug 31 '22 16:08 Dabada

same issue, any news?

Hedzer avatar Oct 16 '22 01:10 Hedzer

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

ChrisAntaki avatar Nov 26 '22 08:11 ChrisAntaki

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

swetshaw avatar Feb 11 '23 19:02 swetshaw

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.

jrschumacher avatar Feb 11 '23 20:02 jrschumacher

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

TDola avatar Feb 22 '23 20:02 TDola

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

jrschumacher avatar Oct 06 '23 01:10 jrschumacher