ssi-sdk icon indicating copy to clipboard operation
ssi-sdk copied to clipboard

self sovereign identity sdk

Results 84 ssi-sdk issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) from 10.15.1 to 10.19.0. Release notes Sourced from github.com/go-playground/validator/v10's releases. Release 10.19.0 What was added? Added opt-in ability to validate private fields in PR, thanks @​nikolaianohyn via the...

dependencies

I think it's important to cover: * Documentation on how to include this in an android/ios project, with a simple example. * CI that exercises actual Android/ios code so we...

mobile

How about having the type of the parameter this function accepts be `CreateDIDKeyRequest`? According to the [documentation](https://pkg.go.dev/golang.org/x/mobile/cmd/gobind#hdr-Type_restrictions), structs are allowed. It feels like it's a bit easier to deal with...

mobile

We will also need to validate that a VC that's setting the `credentialSchema.digestSRI` property, has a value which matches against the locally calculated digestSRI. This typically involves dereferencing `credentialSchema.id`, and...

## Description A VC 1.1 can be represented as a JWT according to https://www.w3.org/TR/vc-data-model/#json-web-token Such representation may contain the `x5c` JOSE header parameter as described in https://www.rfc-editor.org/rfc/rfc7515.html#section-4.1.6. The SDK should...

Similar to the utilities to build a presentation submission given a set of credentials and a presentation definition, we should have a method, or set of methods, to build credential...

credential-manifest

The first param is not used on the function https://github.com/TBD54566975/ssi-sdk/blob/8db407fb064ae66805cd2c3aa0ee069b97ef5de4/did/ion/did.go#L112 We should remove it. Additionally, it should be made clear that it can be long/short form DIDs, as it should...

The SDK uses a caching document loader for the JSON LD files. This was introduced in #102. User of the SDK would like the ability to specify manually a set...

enhancement
json-ld

Change our date format to be [XMLSCHEMA11-2] for VC 1.1 and 2.0 Are we going to be backwards compatible with 1.0 when parsing dates?

bug

https://w3c.github.io/vc-data-model/

credentials