[Archive] Does Web3auth store user detail ( email?, social detail, ...etc )

:classical_building: Archived Content from Web3Auth Community

This topic was originally posted by githubdiscussions on 8/1/2022.
This content has been migrated from our previous community forum to preserve valuable discussions.


Does Web3auth store user detail ( email?, social detail, ...etc )?



Originally posted by: ieow

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

Web3Auth persists minimal, if any, data from the user. The field required is a unique string, specific but anonymous to the user provided from the authentication provider.

Its often a random base64 string.



Originally posted by: YZhenY