Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to start a discussion about what I'm trying to achieve with Web3Auth.
Users sign up with their metamask (or other wallet) and I save their web3 public key in my DB.
They can then add some social login like Twitter. I will then create a link in my DB between their Twitter id and their web3 public key.
Some problems that I have.
getUserInfo()
returns emptyBeta Was this translation helpful? Give feedback.
All reactions