From 3279275e92792ebf23590cea7ed7fd3645afd14d Mon Sep 17 00:00:00 2001 From: Dimasik Kolezhniuk Date: Tue, 23 Jan 2024 12:23:57 +0100 Subject: [PATCH] Pass verifier did in Auth handler --- src/iden3comm/handlers/auth.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/iden3comm/handlers/auth.ts b/src/iden3comm/handlers/auth.ts index 1469b8e0..020f02b9 100644 --- a/src/iden3comm/handlers/auth.ts +++ b/src/iden3comm/handlers/auth.ts @@ -225,6 +225,7 @@ export class AuthHandler implements IAuthHandler { proofReq, did, { + verifierDid: DID.parse(authRequest.from), skipRevocation: Boolean(query.skipClaimRevocationCheck), credential: credWithRevStatus?.cred, credentialRevocationStatus: credWithRevStatus?.revStatus,