-
Hi there, I recently had to add a JWS detached signature to the product I'm working on. The goal of JOSE by itself is clear, and given that I only needed a fraction of what it provides and the individual jw* libraries are not published as separate NPM packages, I thought I would be better served for my use case using I am really confused about the status of the Can someone shed light/provide context on what happened here? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello @webketje
I cannot say I've been keeping tabs on the activity of the transferred repos. They have been stable long before the transfer and as far as I can remember we merely wanted to avoid disruption and havoc in the
I think that shows stability rather than stillness, other than EdDSA and secp256k1 there have been no additions to the JWS algorithm list so there's really no need to touch these codebases.
I don't see why repo name should be 1:1 matched to the name of the module. I myself have two repos prefixed with
I hope I did, to some extent. |
Beta Was this translation helpful? Give feedback.
Hello @webketje
I cannot say I've been keeping tabs on the activity of the transferred repos. They have been stable long before the transfer and as far as I can remember we merely wanted to avoid disruption and havoc in the
jsonwebtoken
module's dependency tree (due to its massive popularity and install base) if those repos and the npm modules got formally deprecated.