auth0 / node-jwa

JSON Web Algorithms
http://tools.ietf.org/id/draft-ietf-jose-json-web-algorithms-08.html
MIT License
98 stars 42 forks source link

base64url versus base64-url #14

Closed wtgtybhertgeghgtwtg closed 7 years ago

wtgtybhertgeghgtwtg commented 7 years ago

jwa depends on base64url. But it also depends on ecdsa-sig-formatter, which depends on base64-url. Would it reduce the total number of dependencies to replace base64url with base64-url?

marco-c commented 7 years ago

I agree, I know you're the author of base64url, but reducing the dependencies is worthwhile and the base64 implementation is really simple anyway.