credo-ts icon indicating copy to clipboard operation
credo-ts copied to clipboard

Typescript framework for building decentralized identity and verifiable credential solutions

Results 388 credo-ts issues
Sort by recently updated
recently updated
newest added

# Error signing data with verkey while issuing credential using OPENIDVC protocol When trying to issue a credential using the OPENIDVC protocol, I get a `Error signing data with verkey`...

We should take into account that the `iat`, `exp` etc.. claims in batch issuance can be correlating. Not sure if we can provide APIs for this in credo, or whether...

Add the ability to "auto-delete" credentials and proof exchange records. using the global configurations and method-level parameters. That might help prevent the PII data and help with storage optimization.

The BBS module has been added a while ago, but it hasn't been used, and is not recommend to use anymore. I suggest we remove the BBS module, and possibly...

The exports from the `core` package are getting a bit crowded and there's a lot of imports you probably never need if you just use the agent provided modules Some...

During `did:key` creation, we currently have the option to specify the `KeyType`, which by default uses `Ed25519Signature2018` signature suite during did document generation. Although `Ed25519Signature2020` has been added as a...

Making an issue to track comments and suggestions for the implementation of `did:tdw` [(spec)](https://identity.foundation/trustdidweb/). The `did:tdw` Trust DID Web is an enhancement to `did:web`, dare I call a predecessor, with...