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

From @thehenrytsai `create` Design: from status list lifecycle management and dev experience standpoint, I doubt one would frequently create a status initially with credentials already revoked. It would be more...

exp MUST represent the expirationDate property, encoded as a UNIX timestamp (NumericDate). ![image](https://github.com/TBD54566975/web5-js/assets/5314059/2df93f2e-f5b7-471c-adc6-b8d23226acd2) make sure all SDKS comply with truth table

credentials

Need to rewrite these test vectors to use the actual create() and not fromJson() https://github.com/TBD54566975/web5-kt/blob/main/credentials/src/test/kotlin/web5/sdk/credentials/VerifiableCredentialTest.kt and then add test vectors to js and update kt

credentials
package: credentials

I've been following the [Quickstart Guide](https://developer.tbd.website/docs/web5/quickstart) on the TBD developer website and am running into an issue during step "1. Instantiate Web5 and Create DID" where I try to `console.log`...

package: api

Restructure to handle VcDataModels ```js class W3CVerifiableCredentialV1 { static create() { // Implementation for creating a V1 verifiable credential } signJwt() { // Implementation for signing a JWT for a...

w3c-vc-dm-2.0
package: credentials

## Verifications These are all of the high level verifications that we will have modular access to for the api surface * `verify`: Runs all verification checks. * `verifyIntegrity`: Performs...

w3c-vc-dm-2.0
package: credentials

We will rename evaluationResults and it will share with the overloaded satisfiesPresentationDefinition. This will add more clarity to sdk api surface area. Changing this: ```js const evaluationResults = PresentationExchange.evaluatePresentation({ presentationDefinition,...

w3c-vc-dm-2.0
package: credentials

Change these functions: ```js PresentationExchange.validateDefinition({ presentationDefinition }) PresentationExchange.validateSubmission({ presentationSubmission }) ``` to throw an exception rather than return a results object if there is a problem with the submission or...

w3c-vc-dm-2.0
package: credentials

Our current lib may "just work" with VcDataModel2.0. verify if it works, otherwise implement needed PEX functionality for VcDataModel2.0

w3c-vc-dm-2.0
package: credentials

Noticed when I was implementing https://github.com/TBD54566975/web5-go/issues/95, we don't have DNS over HTTPS support here in web5-js We do have it in web5-kt https://github.com/TBD54566975/web5-kt/blob/bcd8d14d2d38b8f5b08b294175d6f49eb368fe66/dids/src/main/kotlin/web5/sdk/dids/methods/web/DidWeb.kt#L108 It's item number 7 here https://w3c-ccg.github.io/did-method-web/#read-resolve --...

package: dids