Skip to content

Commit

Permalink
update doc loader to load from web
Browse files Browse the repository at this point in the history
  • Loading branch information
jchartrand committed Sep 20, 2023
1 parent f416a54 commit c768e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/validate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { VerifiableCredential, CredentialError, CredentialErrorTypes } from 'typ
import { securityLoader } from '@digitalcredentials/security-document-loader';
import { extractCredentialsFrom } from './verifiableObject';
import { registryCollections } from '@digitalcredentials/issuer-registry-client';
const documentLoader = securityLoader().build();
const documentLoader = securityLoader({ fetchRemoteContexts: true }).build()
const suite = new Ed25519Signature2020();
const presentationPurpose = new purposes.AssertionProofPurpose();

Expand Down

1 comment on commit c768e7e

@vercel
Copy link

@vercel vercel bot commented on c768e7e Sep 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.