Daniel Bluhm

@dbluhm

Joined on Sep 24, 2018

  • Authors Feel free to add yourself to the list as you contribute to this document Daniel Bluhm daniel@indicio.tech Introduction Implement did:tdw in ACA-Py, enabling creation, resolution, issuance, and verification. Context Trust DID Web (did:tdw) is "an enhancement to the did:web DID Method, providing complementary web-based features that address did:web's limitations."
     Like  Bookmark
  • The short form: Implement BaseAnonCredsResolver Implement BaseAnonCredsRegistrar Found Here Models for the API are defined here Events (for automatic revocation list registration):
     Like  Bookmark
  • All AnonCreds registration operations return a result object. The result object can represent three different states: Finished - the object is fully registered to the registryIf the object is in this state, the identifier for the object MUST be known. Failed - the object could not be written to the registry Wait - the object is pending registration to the registry IF the object is in this state, a "job id" MUST be provided and the identifier for the object MAY be unknown.
     Like  Bookmark
  • October 27, 2023 - Brainstorming [2] OAuth2 Provider via DIDComm Agent - Sign in with DID [2] Integration/System testing across multiple versions of ACA-Py [2] Explore FIDO PasskeysBiometrics for authentication Can we do something other than biometrics? [2] DIDComm using HSM modules Crypto support might be lacking...YubikeyHSM2 appears to support ED25519 at least
     Like  Bookmark
  • Authors Daniel Bluhm daniel@indicio.tech Adam Burdett adam@indicio.tech Colton Wolkins colton@indicio.tech Char Howland char@indicio.tech Introduction Add support for W3C DID Specification compliant identifiers and documents on Indy Ledgers.
     Like  Bookmark