Timo Glastra
Timo Glastra
This would allow running RN without Askar, as well as provide for e.g. RSA in React Native. I think the storage should be decoupled (like with Node.JS KMS), so you...
This should be solved in SD-JWT library See https://github.com/openwallet-foundation/sd-jwt-js/issues/227#issuecomment-3610458874 With verify i mostly mean the structure, there's no validation at the moment
We sometimes fail validation for e.g. status lists that are issued on-demand where the server is just slightly ahead of the mobile wallet. We should add a skew so that...
CodeRabbit Pro is free for open source projects. It reviews pull requests, which can help with catching silly mistakes in (large) pull requests. See https://www.coderabbit.ai/ @ryjones is this something that...
Testing to see if all tests pass with the new Koffi-based askar
But it's not possible currently due to the `getRouting` method.
As is partially explained here: https://github.com/openwallet-foundation/credo-ts/issues/2476
I've seen several instances where the `buffer` library we depend on gives weird and inconsistent behaviour. It hasn't been updated in over 5 years. Since we only use a small...
It's based on did-registration, but i've found it to be always very complex and error prone. You need to know exactly which parameters to provide to make it work. I...