Orie Steele
Orie Steele
Consider the case where: ``` id: https://gov.example // issuer verificationMethod: [{ id: '#key-0', controller: https://org.example, // controller ... }], assertionMethod: ['#key-0'] ``` `jws.header.kid = https://gov.example#key-0` Possible normative statements: a. The...
https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-160v1.pdf > By applying the security design principles within a systems engineering process, it is possible to assemble a body of evidence to demonstrate that trust is warranted in an...
We should add guidance somewhere regarding dereferencing relative to an issuer. See also https://github.com/decentralized-identity/ion/issues/285 For example: `issuer` + `proof.verificationMethod` => `{ publicKeyJwk } ` `iss` + `kid` => `{ publicKeyJwk...
I'm looking for a react native module for wrapping the hardware backed features of iOS and Android. Basically, I want to write a RN PoC that uses secure enclave and...
https://truffle.readthedocs.io/en/beta/getting_started/packages/#using-a-package
we could listen to truffle, build a relay oracle from it, and any contract using that relay oracle would always get the right address for updates. basically expose the migration...
``` UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: Invalid JSON RPC response: "" (node:7707) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not...
https://github.com/ethereum/EIPs/issues/725 https://github.com/ethereum/EIPs/issues/735 These are amazing. Our Permissons example is not portable and suffers from a lack of abstraction... though it does a nice job of logging state changes... These are...
Azure Functions + Cosmos DB + Azure App Services A full replacement for all the firebase work we've done for the framework. This would allow us to make an explicit...