Skip to content

Commit 2b0e706

Browse files
authored
Merge pull request #69 from Sphereon-Opensource/develop
New release
2 parents a219ea8 + b4b99b0 commit 2b0e706

7 files changed

Lines changed: 77 additions & 24 deletions

File tree

packages/callback-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@sphereon/oid4vci-client": "workspace:*",
1818
"@sphereon/oid4vci-common": "workspace:*",
1919
"@sphereon/oid4vci-issuer": "workspace:*",
20-
"@sphereon/ssi-types": "^0.15.1",
20+
"@sphereon/ssi-types": "0.17.2",
2121
"jose": "^4.10.0"
2222
},
2323
"devDependencies": {

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@sphereon/oid4vci-common": "workspace:*",
19-
"@sphereon/ssi-types": "^0.15.1",
19+
"@sphereon/ssi-types": "0.17.2",
2020
"cross-fetch": "^3.1.8",
2121
"debug": "^4.3.4"
2222
},

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "tsc"
1010
},
1111
"dependencies": {
12-
"@sphereon/ssi-types": "^0.15.1",
12+
"@sphereon/ssi-types": "0.17.2",
1313
"cross-fetch": "^3.1.8",
1414
"jwt-decode": "^3.1.2"
1515
},

packages/issuer-rest/lib/oid4vci-api-functions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export function accessTokenEndpoint<DIDDoc extends object>(
7171
opts: ITokenEndpointOpts & ISingleEndpointOpts & { baseUrl: string | URL },
7272
) {
7373
const tokenEndpoint = issuer.issuerMetadata.token_endpoint
74-
const externalAS = !!tokenEndpoint
74+
const externalAS = issuer.issuerMetadata.authorization_server
7575
if (externalAS) {
7676
console.log(`[OID4VCI] External Authorization Server ${tokenEndpoint} is being used. Not enabling issuer token endpoint`)
7777
return

packages/issuer-rest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"dependencies": {
1313
"@sphereon/oid4vci-common": "workspace:*",
1414
"@sphereon/oid4vci-issuer": "workspace:*",
15-
"@sphereon/ssi-express-support": "^0.15.1",
16-
"@sphereon/ssi-types": "^0.15.1",
15+
"@sphereon/ssi-express-support": "0.17.2",
16+
"@sphereon/ssi-types": "0.17.2",
1717
"body-parser": "^1.20.2",
1818
"cookie-parser": "^1.4.6",
1919
"cors": "^2.8.5",

packages/issuer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@sphereon/oid4vci-common": "workspace:*",
13-
"@sphereon/ssi-types": "^0.15.1",
13+
"@sphereon/ssi-types": "0.17.2",
1414
"uuid": "^9.0.0"
1515
},
1616
"devDependencies": {

pnpm-lock.yaml

Lines changed: 70 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)