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

PrivateKey Encrypted #90

Closed wbaridon closed 4 years ago

wbaridon commented 4 years ago

Hello, JWT accept an object like this one: {key: your key, passphrase: your passphrase}

But with jws no way to use a private key encrypted because we can't add an object.. How can we handle this case ?

RalucaLehadus commented 4 years ago

Hi, what was the resolution to this question?