credo-ts
credo-ts copied to clipboard
Typescript framework for building decentralized identity and verifiable credential solutions
#930 adds support for receiving out of band invitations with public dids, but only supports processing it for 0160 connections. We should still add support to do this with the...
Our public API, e.g. `agent.oob.createInvitation(config)` accepts instances of a `Key` class, instead of simple JSON, for the `routing` property. This makes the API for a controller more complicated. (There might...
Hi, This PR is for applying new version of SD JWT package. I'm developing SD JWT package with @berendsliedrecht in https://github.com/openwallet-foundation-labs/sd-jwt-js. Changes were made to reflect the latest standards and...
Bumps [@digitalcredentials/jsonld-signatures](https://github.com/digitalcredentials/jsonld-signatures) from 9.4.0 to 10.0.1. Changelog Sourced from @digitalcredentials/jsonld-signatures's changelog. 10.0.1 - 2024-02-07 Changed Use [email protected] (contains 'Clear jsonld caches' change). 10.0.0 - 2024-02-07 Changed Switch back to DB's...
Also extract all the config specifc to DIDComm from the default config. It's a bit weird now that DIDComm endpoint is configured trhough global `endpoints` config, but for OpenID you...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.5 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. See full diff in compare...
Bumps [reflect-metadata](https://github.com/rbuckton/reflect-metadata) from 0.1.14 to 0.2.1. Release notes Sourced from reflect-metadata's releases. v0.2.1 What's Changed Fix stack overflow crash in isProviderFor by @rbuckton in rbuckton/reflect-metadata#155 Update main to v0.2.1 by...
Bumps [@cheqd/sdk](https://github.com/cheqd/sdk) from 2.3.0 to 2.3.2. Release notes Sourced from @cheqd/sdk's releases. 2.3.2 2.3.2 (2024-01-08) Bug Fixes Added previousVersionId pass-through on transformer (7265e6b) 2.3.1 2.3.1 (2023-09-12) Bug Fixes Backport #be42db3e46d240871350630012f63eb2f3c2cd7e...
Bumps [@cosmjs/crypto](https://github.com/cosmos/cosmjs) from 0.29.5 to 0.32.2. Changelog Sourced from @cosmjs/crypto's changelog. [0.32.2] - 2023-12-19 Fixed @cosmjs/stargate: Update validation of GasPrice.fromString to allow using IBC denoms as gas denom. (#1522) #1522:...
Wallet has 4 credentials. 2 times `name_credential` (same credential definition, different data) and 2 times `email_credential`(same credential definition, but different data). User then receives a proof challenge asking for both...