Skip to content

Commit 3244f55

Browse files
committed
debug
1 parent 60b7104 commit 3244f55

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lib/rp.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ export const rp = RP.builder({ requestVersion: SupportedVersion.SIOPv2_ID1 })
114114
.withVerifyJwtCallback(verifyJwtCallback(resolver))
115115
.withRequestBy(PassBy.VALUE)
116116
.withCreateJwtCallback(createJwtCallback())
117+
.withSupportedVersions(SupportedVersion.SIOPv2_ID1)
117118
.withClientMetadata({
118119
client_id: identifier.did,
119120
idTokenSigningAlgValuesSupported: [SigningAlgo.EDDSA, SigningAlgo.ES256],

pages/api/vp/share.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { agent } from '../../../lib/veramo';
44
import objectPath from 'object-path';
55
import { v4 as uuidv4 } from 'uuid';
66
import { rp } from '../../../lib/rp';
7-
import { createPresentationDefinitionClaimsProperties } from '@sphereon/did-auth-siop';
87

98
var user = process.env.COUCHDB_USER;
109
var pass = process.env.COUCHDB_PASSWORD;

0 commit comments

Comments
 (0)