Martin Domajnko
Martin Domajnko
Hi. I am curious if there are any plans to update the library to align with the latest specifications of `did:key` and also to add support for the latest security...
The ESM build of the library should use the `.js` file extension for relative imports, else it is not a valid ES module. Reference: https://nodejs.org/api/esm.html#mandatory-file-extensions This also causes issues (MODULE_NOT_FOUND)...
### Describe the bug We are not casting the issuer did to lower case, so even if the DIDs are the same, we throw an error. ### To Reproduce _No...
### Motivation Currently we are using different types for credentials which is a potential point for issues. ### Proposal Look into ways how to improve this.