auth0 / node-jws

JSON Web Signatures
http://self-issued.info/docs/draft-ietf-jose-json-web-signature.html
MIT License
709 stars 108 forks source link

Installing jws installs two copies of very similar code #63

Closed graingert closed 7 years ago

graingert commented 7 years ago
  └─┬ jws@3.1.4
    ├── base64url@2.0.0 
    └─┬ jwa@1.1.4
      └─┬ ecdsa-sig-formatter@1.0.7
        └── base64-url@1.3.3 

See https://github.com/brianloveswords/base64url/pull/17 and https://github.com/joaquimserafim/base64-url/pull/10

graingert commented 7 years ago

Fixed with https://github.com/Brightspace/node-ecdsa-sig-formatter/pull/15

graingert commented 7 years ago

@brianloveswords @joaquimserafim can you join forces and choose a standard implementation?