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 13 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...