Skip to content

Commit

Permalink
Pass verifier did in Auth handler
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolezhniuk committed Jan 23, 2024
1 parent 0734f6e commit 3279275
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/iden3comm/handlers/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3279275

Please sign in to comment.