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

I'd like to suggest that DIDKey could be made into a synchronous DID resolver, since that particular resolver doesn't have any need for async. This could either simply factoring the...

enhancement

I'm currently digging into the precise cause, but it seems like the something in Credential/Presentation's impl of `to_dataset_for_signing` is not correctly forming the dataset when this arbitrary_precision feature is enabled...

… Check::Proof to be added to the verification results in addition to the expected error. This fixes it to match the analogous logic in other proof verification code.

from commit bd244dfd0474986aedf529cfb3124252f3a99fd5 See https://github.com/spruceid/ssi/issues/525

Seems like leaving it private was a simple oversight.

I found an error in a refactor done in commit bd244dfd0474986aedf529cfb3124252f3a99fd5 which causes a crucial check done in PrimaryDIDURL::from_str to not occur except in cfg(test). The diff in question is...

This adds the HTTP client as discussed in https://github.com/spruceid/ssi/issues/516 Note that this is a breaking change because of the semantics of the DIDWeb struct: - Currently, DIDWeb is an empty...

This change allows JWT-formatted VCs and VPs to be verified even when they don't have a "kid" field specified. See https://github.com/spruceid/ssi/issues/478 for context. I've been using this code in a...

Adds support for checking `credentialSchema`. - Adds an extra check, `credentialSchema`, that, when specified in options, will check the `credentialSchema` field of a credential. - See [here](https://www.w3.org/TR/vc-data-model/#data-schemas) in the VC...

The pub key is meant to be publicKeyBase58; see https://github.com/digitalbazaar/ed25519-signature-2018-context/blob/master/contexts/ed25519-signature-2018-v1.jsonld#L25 For context, https://github.com/transmute-industries/verifiable-data/issues/241