-
### Is this a regression?
Yes
### Description
I am implementing the flow from https://hyperledger.github.io/identus-docs/tutorials/credentials/present-proof with a Verifiable Credential (VC) of typ…
-
Hi @dtsiflit!
Like on `sdjwt` repo I created a PR to replace the Jose library for the (jose-swift)[https://github.com/beatt83/jose-swift] that provides all the encoding capabilities required.
Wou…
-
When extracting the disclosed information from a `sd-jwt` the following code is needed
```gherkin
When I pickup from path 'vp.disclosures'
Foreach 'dis_array' in 'disclosures'
When I create the co…
-
JWT libraries I've used in the past (such as [`jsonwebtoken`](https://www.npmjs.com/package/jsonwebtoken) allow you to pass a `nonce` (as well as other values such as `aud`) to the verification method…
-
I have the need to get the body of the SD JWT where the hashes are replaced with the disclosed values.
Currently, I am doing a workaround.
```
from sd_jwt.verifier import SDJWTVerifier
from sd_j…
-
Hi,
While experimenting with the SD-JWT library to create and verify presentations, I saw that the library uses LocalDateTime to verify if the JWT was within 30 seconds time period in the method […
-
Currently when doing verification and passing the verifier according to the `Verifier` interface, the publicKeyJwk is optionally undefined.
I see in AFJ this is resolved by already passing the `sig…
-
When verifying SD-JWTs that have been signed with a DID's key, Nimbus' `JWSVerificationKeySelector` - and therefore the SD-JWT verifier - needs the JWK found in the DID document to have a `kid` that c…
-
### Is this a regression?
No
### Description
When an issuer has multiple keys for the assertion method, it should be able to select the appropriate key for issuing the credential. Similarly, when a…
-
When decoding an sd-jwt-vc credential with
```
const sdjwtvc = await sdjwt.decode(credential.credential as string);
console.log(sdjwtvc.jwt!.payload!.jti);
```
it will throw an error that jti com…
cre8 updated
7 months ago