@sphereon/ssi-sdk.siopv2-oid4vp-op-auth 0.34.1-feature.SSISDK.17.bitstring.sl.9 → 0.34.1-feature.SSISDK.26.51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +23 -23
- package/src/agent/DidAuthSiopOpAuthenticator.ts +1 -1
- package/src/utils/dcql.ts +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1681,7 +1681,7 @@ function convertToDcqlCredentials(credential, hasher) {
|
|
|
1681
1681
|
return {
|
|
1682
1682
|
vct: payload.vct,
|
|
1683
1683
|
claims: payload,
|
|
1684
|
-
credential_format: "
|
|
1684
|
+
credential_format: "dc+sd-jwt"
|
|
1685
1685
|
};
|
|
1686
1686
|
} else if ("docType" in payload && "namespaces" in payload) {
|
|
1687
1687
|
return {
|
|
@@ -2294,7 +2294,7 @@ var DidAuthSiopOpAuthenticator = class {
|
|
|
2294
2294
|
const result = {
|
|
2295
2295
|
claims: payload,
|
|
2296
2296
|
vct: payload.vct,
|
|
2297
|
-
credential_format: "
|
|
2297
|
+
credential_format: "dc+sd-jwt"
|
|
2298
2298
|
};
|
|
2299
2299
|
dcqlCredentialsWithCredentials.set(result, vc);
|
|
2300
2300
|
} else {
|