didkit icon indicating copy to clipboard operation
didkit copied to clipboard

A cross-platform toolkit for decentralized identity.

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

Any news about having a didkit running in Windows ? ![image](https://user-images.githubusercontent.com/43859895/180477331-535d7dbb-9c21-40c5-9be5-79231eac56da.png)

Hi team, Verifiable Credentials Data Model has a [expiration date](https://www.w3.org/TR/vc-data-model/#expiration), from what I can see currently DIDKit is not checking this date during verification. Does it not implemented yet or...

Building a crate that depends on didkit 0.3.0 will fail for fresh builds (no Cargo.lock). This can be replicated by creating a new crate which only depends on didkit 0.3.0...

regression

Like [didkit-go](https://github.com/spruceid/didkit-go/) and [didkit-python](https://github.com/spruceid/didkit-python/), the other DIDKit language bindings/FFIs and their examples should be moved out into separate repos, which would each depend on the didkit Rust crate. Moving out...

developer experience

Hi Team, I'm currently exploring `didkit` for our projects with context to verifiable credential and presentation. The current implementation of `verifyCredential` in `web` or `node` module doesn't have `resolver_options` while...

enhancement

Haven't surveyed them all, but for this module : https://www.npmjs.com/package/@spruceid/didkit-wasm It needs - a license - without this it's not safe to install and use - a homepage + repo...

developer experience
licensing

Document public API - https://docs.rs/didkit/ - https://docs.rs/didkit-cli/ - https://docs.rs/didkit-http/ Reference: https://doc.rust-lang.org/rustdoc/how-to-write-documentation.html - [ ] `ssi` rustdocs: https://github.com/spruceid/ssi/issues/331 - [ ] `didkit` crate - [ ] front-page, features - [ ]...

documentation

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...

We could add a driver for Universal Resolver, like this: https://github.com/decentralized-identity/universal-resolver/pull/100/files It looks like there is already a Universal Resolver driver using `ghcr.io`, so I think we could use our...

I suspect it has to do with a BSD-specific issue with the `jni` crate. Please see the following build log for system information and reproduction: ``` $ git clone [email protected]:spruceid/ssi.git...

bug-unconfirmed