|
|
|
|
|
by ChrisMarshallNY
784 days ago
|
|
That depends. In the app we have released, we use an email (we don’t care which one, as long as it can receive email) as the login ID. The main reason is to limit the data we require be stored on the server. We only have one required PID item: the login ID. The user also enters a display name, but that can be anything, and does not need to be unique. Since we need the email anyway, we would need to have it stored separately, so this means only one PID item is stored. We also afford Sign in with Apple, which allows the user to obfuscate their email. Not having the information is the best way to ensure it doesn’t leak. |
|