web5-js icon indicating copy to clipboard operation
web5-js copied to clipboard

Monorepo for the Web5 JS TypeScript implementation

Results 89 web5-js issues
Sort by recently updated
recently updated
newest added

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....

api-release

There have been a number of changes to the DID DHT spec since implementation, which I've captured below. These changes should be backwards compatible, meaning DIDs you use today will...

Implement Credential Schema A credential schema defines the structure and content of the data, enabling verifiers to assess if the data adheres to the established schema. https://www.w3.org/TR/vc-data-model/#data-schemas * Add and...

WIP waiting on `agent` refactoring this is based on. - organize rpc clients into `agent/prototyping/clients` until they have a permanent home - copy `JsonRpcSocket` class from `@web5/dwn-server`, using `isomorphic-ws` to...

Reliant on PR https://github.com/TBD54566975/web5-js/pull/433

`@web5/agent` is the only package in our dependency tree that uses `readable-web-to-node-stream` which is one file, 39 lines of code and hasn't been updated in 3 years. We use it...

- Added a `DwnServerInfo` HTTP client to get info from the `dwn-server`'s `/info` endpoint ``` export type ServerInfo = { /** the maximum file size the user can request to...

In our KCC issuance work we have a couple of JWT's which need to have a JWS header `typ` of something other-than the default value of `"JWT"`. Specifically, an `access_token`...

`StatusListCredential` represents a digitally verifiable status list credential according to the [W3C Verifiable Credentials Status List v2021](https://www.w3.org/community/reports/credentials/CG-FINAL-vc-status-list-2021-20230102/). When a status list is published, the result is a verifiable credential that...