Pablo Cibraro
Pablo Cibraro
@mirceanis I came up with a simple implementation that works fine server-side for issuing VCs signed with BLS key in case you want to take a look. There are some...
Once I add the missing ensureContext function, I get into another issue with context collision. jsonld.SyntaxError: Invalid JSON-LD syntax; tried to redefine a protected term. The issued is caused by...
Yes, but the strange thing is that term is only defined in the "https://www.w3.org/2018/credentials/v1" context for this sample. I don't have them anywhere else. Thanks
Thanks for looking into this. It is the sample in this repo. https://github.com/mattrglobal/jsonld-signatures-bbs/tree/master/sample/ts-node/src/demo_single.ts. I only updated the jsonld and jsonld-signatures packages to be the latest available version, and provided an...
Thanks Andrew. I removed that attribute a while back for an issue when I migrated to Web API 2.0. I will use your implementation to add it back in the...
Thanks for the repro. Let me work on a fix as soon as possible.
Yes, I was not planning to support multiple App Domains, but it's a limitation if you want to run unit tests that call Edge. You can easily repro with an...
Thanks. I will change it. Pardon my ignorance, I haven't done much with Next. is it getServerSideProps more expensive or the API going to make any difference in the result...
Cool, thanks. Ok, I converted. Feel free to reject it if you don't think it worth it having it. I already added it to mine. Thanks
Microsoft.AspNetCore.Authentication.WsFederation has not been updated to reference 7.4.1, which is the one that contains the fix. The latest version 8.0.4 still references to 7.1.2. Do you know if there is...