With Auth0, both registration and login are the same screen and the same URL.
For example, a user first registers as a member using Facebook.
If the same user accidentally logs in with Twitter the next time they visit, they will be registered as a new member.
As a result, the user will have two accounts, one on Facebook and one on Twitter.
I want to prevent this from happening.
Thank you for your answer.
I have looked at this and it looks like it is using the email address as a key to identify the user.
How do you identify users whose email address cannot be obtained, such as LINE users?
To my knowledge, (and @konrad.sopala please feel free to correct me if I’m wrong) all of Auth0’s baked in social connections use email addresses, which ensures account linking is reliable.