Skip to content

Commit dae8fba

Browse files
committed
debug
1 parent 20a2a70 commit dae8fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/api/vp/response.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ async function handler(req: NextApiRequest, res: NextApiResponse) {
4444
const verifiedAuthResponse = await rp(doc.vc_type, doc.vc_id).verifyAuthorizationResponse(req.body.vp_token, {
4545
correlationId: doc._id,
4646
// state: doc.vp_state,
47-
nonce: doc.vp_nonce,
47+
// nonce: doc.vp_nonce,
4848
audience: url.protocol + "//" + url.hostname + "/api/vp/vp_response",
4949
})
5050
console.log(verifiedAuthResponse)

0 commit comments

Comments
 (0)