Skip to content

Commit

Permalink
Merge pull request #3 from reclaimprotocol/appclip-flow-feature
Browse files Browse the repository at this point in the history
AppClip url generated as proof request after setting a feature flag
  • Loading branch information
Kushal7788 authored Nov 7, 2024
2 parents 5e96b41 + 21865e8 commit c486c6b
Show file tree
Hide file tree
Showing 4 changed files with 989 additions and 4,347 deletions.
2 changes: 1 addition & 1 deletion example/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export default function App() {
'YOUR_APP_ID', // your app ID
'YOUR_APP_SECRET', // your app secret key
'YOUR_PROVIDER_ID', // your provider ID
// { log: true, acceptAiProviders: true } // options
// { log: true, acceptAiProviders: true, useAppClip: true } // options
);
setReclaimProofRequest(proofRequest);

Expand Down
Loading

0 comments on commit c486c6b

Please sign in to comment.