Duplicate users: duplicate emails as different users

Hi @eben456

This is expected as Auth0 treats every identity as unique (so the Google Authentication identity is unique from the “Username-Password” identity).

There are multiple ways you can deal with this, a couple of options are:

  1. Use the Auth0 identity merging (known as Linking User Accounts)
  2. Handle the two identities in your system by having a relationship between the identities and the user in your system

Hope this helps!

1 Like