sd-jwt-js icon indicating copy to clipboard operation
sd-jwt-js copied to clipboard

A JavaScript implementation of the Selective Disclosure JWT (SD-JWT) spec.

Results 18 sd-jwt-js issues
Sort by recently updated
recently updated
newest added

Right now I can pass a signer function to request the required key on demand like this example with veramo: ``` const signer: Signer = async (data: string) => context.agent.keyManagerSign({...

As we will merge these two libraries, there will likely be some issues transferred as well from berendsliedrecht/sd-jwt-ts. These issues should be resolved in this repository (https://github.com/berendsliedrecht/sd-jwt-ts/issues). I can check...

There seems to be quite some type casting (also introduced by #80). This makes working within the library quite a bit more difficult. Most, if not all, type casts can...

SD-JWT with JAdES package is moved from https://github.com/openwallet-foundation-labs/sd-jwt-vc-dm

Improvement to https://github.com/openwallet-foundation/sd-jwt-js/pull/332 - rename exception to long form to make it clear - if a custom error instance is thrown, it will be wrapped. if it's a status list...

Hello, I would like to suggest a small change to make the nonce verification in the Key Binding JWT more flexible. ### Current Behavior Currently, the verify method requires a...

Based on #305 it would be good to give some details how the public key can be fetched when there are multiple approaches like: - jwt vc issuer - x5c...