Multiple accounts with the same e-mail

I would like users be able to have multiple accounts with the same email but with different providers. Eg, 1 magic link account and 1 social (microsoft) account. They should not be linked together. Is this possible? I just get error account_not_linked when trying to log on with microsoft when a magic link account already exists
3 Replies
daveycodez
daveycodez3d ago
Not possible as far as I know email is a unique key on users table
srd
srdOP3d ago
would it be possible with a type of that modified the email so you could get a new unique one? "provider+email"

Did you find this page helpful?