didkit icon indicating copy to clipboard operation
didkit copied to clipboard

A cross-platform toolkit for decentralized identity.

Results 56 didkit issues
Sort by recently updated
recently updated
newest added

Hi Team. I am facing 1 issue while integrating the did kit library in flutter. When I am running on device locally by connecting cable with my mac in debug...

bug-unconfirmed

This would prevent a double request in the case of `verificationMethod` not being passed, as per https://github.com/spruceid/didkit/pull/36

enhancement

For distributing DIDKit in applications and for publishing it to non-native package managers, we should include a list of the dependency licenses and copyright notices. License info of cargo dependencies...

CI/CD
enhancement
licensing

Our `did:onion` implementation (#125) expects a local SOCKS5h proxy at `127.0.0.1:9050`. In the Docker images this is not available. Should the Docker images be updated to include Tor? Or should...

enhancement

Pending https://github.com/spruceid/ssi/issues/176 and https://github.com/spruceid/ssi/issues/177.

enhancement

We should support `@context` and possibly jsonschema as options fed into the CLI. @clehner and I encountered this request at this most recent IIW. Perhaps it looks like: ``` #...

enhancement

I see two limitations with the way we generate language bindings: - we write them manually and need to update them manually, when they're basically all the same (arguably, you...

enhancement
developer experience

`ssi` supports using different libraries for cryptographic functions: https://github.com/spruceid/ssi/issues/217 and may add more: https://github.com/spruceid/ssi/issues/216. This optionality should be exposed to DIDKit users, and documented. For example, how does one build...

developer experience

#158 adds ssh-agent integration for issuing verifiable credentials and verifiable presentations with proof objects, using ssh-agent for signing. It should be possible to also use ssh-agent signing to create JWT...

enhancement

#158 adds ssh-agent integration in `didkit-cli`, for creating VCs/VPs with signing with ssh-agent. Similar functionality should be added to `didkit-http`. This might also be relevant for #134, since keys could...

enhancement