Export all openlogin users with their respective email address and generated wallet address

how to get a list of all users , their email address and the generated wallet address that has used web3auth to log in to the platform. anyway we can export it from web3auth dashboard ?

@arpit Thanks for your recent communication.

We do not store this information on our end. However, you can check out our extenstion which can help you with your request:

Alternatively, you can also maintain this information on your backend server by calling web3authProvider.request({ method: "eth_address" });

Hope this helps!