Using Aggregate verifiers in node-sdk

Can someone help me out with how to use the aggregate verifiers in the node-sdk as boilerplate code or example is not provided for it. Also we pass idToken parameter in the connect method as well while creating aggregate verifier in array. i'm confused.



Originally posted by: ketan-jakhar

Check the discussion at: https://github.com/orgs/Web3Auth/discussions/1303

You can refer aggregate verifier configuration here
https://web3auth.io/docs/custom-authentication/verifiers

here is the example code
https://github.com/Web3Auth/examples/blob/main/web-core-sdk/custom-authentication/aggregate-verifiers/auth0-google-aggregate-react-core-example/src/App.tsx



Originally posted by: ieow

But the example provided has the code to be used with REACT and not NODE-SDK on the backend



Originally posted by: ketan-jakhar

@w3abot summarise this

Sure! In this Github Discussion thread, a user named ketan-jakhar was asking for help in using aggregate verifiers in the node-sdk. Another user named githubdiscussions shared a link to the Web3Auth documentation on aggregate verifier configuration and an example code in React. However, ketan-jakhar pointed out that the example was for React and not for node-sdk.