[Archive] Confirming user's wallet address in the backend with JWT

:classical_building: Archived Content from Web3Auth Community

This topic was originally posted by chris6 on 6/6/2024.
This content has been migrated from our previous community forum to preserve valuable discussions.


We are struggling to find out how to verify the user public addresses in the backend? During onboarding, we need to be able to save the user address against their account in our db and this must be done via backend. Any idea how to do it?

hi @chris6

I hope you are doing well. One solution is to make an API call to your servers once the user is logged in. This call should include the verifierID and the public address. If you are unsure how to obtain these elements, you can refer to our examples:web3auth-core-kit-examples/single-factor-auth-web at main · Web3Auth/web3auth-core-kit-examples · GitHub

Please let me know if this solution works for you.