Archived Content from Web3Auth Community
This topic was originally posted by githubdiscussions on 12/13/2022.
This content has been migrated from our previous community forum to preserve valuable discussions.
How can I prevent user from signing up 2 (or more) times?
Because every time user signs-up he creates new key, basically destroying the previous one.
Since we are using the keys for the wallet, we obviously do not want the user to be able to destroy the key.
So, how can we make sure that we only let the user signup (create the new key) once?
Originally posted by: altim
Check the discussion at: https://github.com/orgs/Web3Auth/discussions/1062