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

AWS KMS Support #93

Open fjcabello opened 4 years ago

fjcabello commented 4 years ago

Hi, I would like to add support to AWS KMS to jsonwebtoken library. I was wondering if the play to add this support is in this library.

I have updated other jwt library (https://github.com/fjcabello/jwt-kms) but I would prefer to add this feature in a more standard library.

What do you think?

Thanks,

Paco