Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
shihjay2 committed Jan 27, 2025
1 parent 20a2a70 commit dae8fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/api/vp/response.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ async function handler(req: NextApiRequest, res: NextApiResponse) {
const verifiedAuthResponse = await rp(doc.vc_type, doc.vc_id).verifyAuthorizationResponse(req.body.vp_token, {
correlationId: doc._id,
// state: doc.vp_state,
nonce: doc.vp_nonce,
// nonce: doc.vp_nonce,
audience: url.protocol + "//" + url.hostname + "/api/vp/vp_response",
})
console.log(verifiedAuthResponse)
Expand Down

0 comments on commit dae8fba

Please sign in to comment.