Mirko Mollik
Mirko Mollik
> Using signed_metadata is a possibility. However in order for this signature to be considered as the Issuer authenticating, it should include data specific to the session (for example a...
I think using this library as a base dependency should be fine: https://github.com/transmute-industries/vc-jwt-sd or https://github.com/meeco/sd-jwt I would not suggest to implement the logic again in an own package.
Hey @nklomp , I only had some free time for a quick PoC like: ```typescript import { KeyLike, createHash, getRandomValues, verify } from 'node:crypto'; import { SaltGenerator, HasherAlgorithm, HasherAndAlgorithm, SdJwt,...
@mirceanis when adding sd-jwt and maybe also mdoc, I would love to remove the current selective disclosure approach. It is not aligned with the current technologies used out there and...
Hey all, I do not have the time right now to continue the work of the veramo project. I am fine when it get migrated from https://github.com/cre8/sd-jwt-veramo the to official...
@lukasjhan sounds good to me. Reach out when you need any help :)
Hi @vishwa-vyom , there were some open security questions, so we preferred to give it the required time and readd it in 1.1 instead of rushing into 1.0
So we should not pass the header + payload in the signer function, but only the payload? Like you said: the type of key could be defined in when selecting...
> > * if a custom error instance is thrown, it will be passed. If not, it will be wrapped > > By custom error instance, do you mean the...
> Erorr cause should be available in All modern browsers and Node.JS. I'm not sure about React Native. > > We use a polyfill for it, but that was from...