File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ export const rp = RP.builder({ requestVersion: SupportedVersion.SIOPv2_ID1 })
114
114
. withVerifyJwtCallback ( verifyJwtCallback ( resolver ) )
115
115
. withRequestBy ( PassBy . VALUE )
116
116
. withCreateJwtCallback ( createJwtCallback ( ) )
117
+ . withSupportedVersions ( SupportedVersion . SIOPv2_ID1 )
117
118
. withClientMetadata ( {
118
119
client_id : identifier . did ,
119
120
idTokenSigningAlgValuesSupported : [ SigningAlgo . EDDSA , SigningAlgo . ES256 ] ,
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import { agent } from '../../../lib/veramo';
4
4
import objectPath from 'object-path' ;
5
5
import { v4 as uuidv4 } from 'uuid' ;
6
6
import { rp } from '../../../lib/rp' ;
7
- import { createPresentationDefinitionClaimsProperties } from '@sphereon/did-auth-siop' ;
8
7
9
8
var user = process . env . COUCHDB_USER ;
10
9
var pass = process . env . COUCHDB_PASSWORD ;
You can’t perform that action at this time.
0 commit comments