ssi icon indicating copy to clipboard operation
ssi copied to clipboard

Core library for decentralized identity.

Results 89 ssi issues
Sort by recently updated
recently updated
newest added

This PR aims at refactoring `ssi` to make better use of Rust traits. - Abstract the credential/presentation types (using traits) to accept user defined types. - Unify verifiable claim types...

Auto-generated: https://github.com/spruceid/ssi/actions/runs/8057488480

github_actions

Hello, I have created [this PR](https://github.com/spruceid/ssi/pull/545) for consideration. My questions are: 1. What's the timeframe for PRs to be reviewed typically? 2. The `license/cla` check on my PR seems to...

Enhance did:key resolution to also be able to resolve See: https://hub.ebsi.eu/vc-framework/did/natural-person (But know that EBSI likes to move around their documentation and break links from time to time, so if...

Hello! What do you think about adding ['jwk_jcs-pub' multicodec](https://github.com/multiformats/multicodec/blob/master/table.csv?plain=1#L519) handler as a feature flag for did-key crate? More about the subject: https://github.com/w3c-ccg/did-method-key/issues/63. P.S. DID document resolving is not a problem,...

We are encountering users who want to utilize traditional CA infrastructure in conjunction with DIDs/VCs. A DID method may be an appropriate way to ensure this interoperability. I think an...

enhancement

Adds support and checks for wasm32-wasi

…ely disclosed claims and a BBS+ signature vc-derive-credential, when combined with --nonce, now verifies a BBS+ derived credential Check hashes that are revealed from BBS+ derived credential verification with the...

This is a rather wonky issue I encountered today in an interoperability effort. Under https://www.w3.org/TR/vc-data-model/#issuance-date the spec says issuanceDate A [credential](https://www.w3.org/TR/vc-data-model/#dfn-credential) MUST have an issuanceDate [property](https://www.w3.org/TR/vc-data-model/#dfn-property). The value of the...

Updates the ucan impl to match the upcoming 0.10 version of the spec. This pr also removes a lot of the IPLD stuff as that will be covered by the...