dwn-sdk-js
dwn-sdk-js copied to clipboard
Decentralized Web Node (DWN)
We need support for delegated grants in order to accommodate Web5 Connect on DWAs that use the `grantedFor` field
### Background: Currently a protocol URI must be passed as a filter to `protocols.query()` ### Objective: - The protocol URI prop should be optional, and if omitted, should return all...
We should not need to require a root key to specify the derivation scheme. Would be nice if `Records.decrypt()` is able to accept root key without the need of derivation...
`DidIonResolver` depends on calling an external API endpoint. When the network is not available, these tests fail. There was some code around stubbing `fetch` but this failed for Browser tests...
The repository "developer.tbd.website" contains templates for both issue creation and pull requests. It is recommended to include these templates in this repository as well. Doing so will enhance the clarity...
Currently we don't check the `messageTimestamp` against the current server time when authorizing a message. We should do this to prevent blatant backdated "new" message to be accepted. There will...