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

When attempting to revoke multiple anoncreds credentials, I encounter errors related to invalid client requests. Below are the specific error messages: ``` {"op":"REJECT","identifier":"JM9L6HL2QCexjbn9WB46h9","reqId":1721286371992373000,"reason":"client request invalid: InvalidClientRequest('JM9L6HL2QCexjbn9WB46h9', 1721286371992373000, 'Issued indices from...

When calling [parseInvitationShortUrl](https://github.com/openwallet-foundation/credo-ts/blob/808878decbe66909fa9568284ae10cf29201f50d/packages/core/src/utils/parseInvitation.ts#L145), it is set that the invitation is always `InvitationType.OutOfBand`. However, there is no way to achieve when simply using `oob`, `c_i`, `d_m` query strings. This creates an...

@genaris @TimoGlastra as discussed I have pulled the crypto out of didwebvh-ts while also removing all of the dependencies. Please take a look at this new PR

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....

ci-test

Should use Oauth2 error more. Currently it returns server_error when the presentation fails verification. It should return a better error

## What This PR introduces support for W3C credential revocation. The following changes have been made: Refactor functionality for Verify Credential and Verify Presentation. Integrated with the Bit String Status...

Hi Credo Team, Thanks for your work on Credo—it's a great SSI wallet. I had two related questions about how wallet data is handled: - **Does Credo support creating or...