did-jwt icon indicating copy to clipboard operation
did-jwt copied to clipboard

Create and verify DID verifiable JWT's in Javascript

Results 20 did-jwt issues
Sort by recently updated
recently updated
newest added

Accoarding to the [spec](https://identity.foundation/jwt-vc-presentation-profile/#id-token-validation), the `iss` claim must be `https://self-issued.me/v2/openid-vc` instead of `https://self-issued.me/v2` Do you have plans to consider that in your `verifyJWT` method? https://github.com/decentralized-identity/did-jwt/blob/86010a6f403619b85259b1790d9d21799716bd4b/src/JWT.ts#L407

enhancement

I'm not sure what this is, maybe I'll have a fresher mind tomorrow to consider it: ``` ~/Downloads/BlinkyProject/testJWTremoteSigner/lib$ node P256Provider_class_old2.js node:internal/modules/cjs/loader:936 throw err; ^ Error: Cannot find module './bases/base256emoji.js' Require...

bug

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://togithub.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`6.6.0` -> `7.15.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/6.6.0/7.15.0) |...

maintenance

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [codecov/codecov-action](https://togithub.com/codecov/codecov-action) | action | major | `v3` -> `v4` | ---...

maintenance

I am starting to work through #225 and the first file that I changed was ECDH.ts. Please forgive my deletion of yarn.lock. If this is an issue, perhaps I can...

stale

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | digest | `b4ffde6` -> `692973e` | ---...

maintenance

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@noble/ciphers](https://paulmillr.com/noble/) ([source](https://togithub.com/paulmillr/noble-ciphers)) | [`0.5.2` -> `0.5.3`](https://renovatebot.com/diffs/npm/@noble%2fciphers/0.5.2/0.5.3) |...

maintenance

### Prerequisites Please answer the following questions for yourself before submitting an issue. - [x] I am running the latest version - [x] I checked the documentation and found no...

bug
stale

A [separate PR](https://github.com/decentralized-identity/did-jwt/pull/312) exists to upgrade uint8arrays to latest stable due to conflicts with modern bundlers. Additionally, uint8arrays is ESM-only. The changes covered in this PR are aimed at entirely...

Current outdated uint8arrays package versions are conflicting with modern bundlers as we're seeing in certain integrated environments (such as Next.js v14+). This PR updates uint8arrays to latest stable (v5) -...