We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2905b7d commit eac1871Copy full SHA for eac1871
2 files changed
packages/common/lib/experimental/holder-vci.ts
@@ -1,7 +1,6 @@
1
/**
2
* Experimental support not following the VCI spec to have the holder actually (re)sign the issued credential and return it to the issuer
3
*/
4
-import * as process from 'node:process';
5
6
export const EXPERIMENTAL_SUBJECT_PROOF_MODE_ENABLED = process.env.EXPERIMENTAL_SUBJECT_PROOF_MODE?.trim().toLowerCase() === 'true';
7
packages/issuer-rest/lib/OID4VCIServer.ts
@@ -1,6 +1,3 @@
-import * as console from 'console'
-import process from 'process'
-
import {
AuthorizationRequest,
CredentialSupported,
0 commit comments