Skip to content

Commit 26bb9c3

Browse files
author
madhavanmalolan
committed
reference implementation for websdk
1 parent c063624 commit 26bb9c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/js-sdk/preparing-request.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ proofRequestOptions = {
6666
useAppClip: false,
6767
customSharePageUrl: 'CONTACT_SUPPORT_FOR_URL'
6868
}
69-
7069
const proofRequest = await ReclaimProofRequest.init(appId, appSecret, providerId, proofRequestOptions);
7170
```
71+
[See reference implementation](https://github.com/reclaimprotocol/websdk-demo)
7272

7373
## Set Context
7474
You can set context to the proof request that helps identify the request when you receive it back in the callback.

0 commit comments

Comments
 (0)