BA
Better Auth4mo ago
ww

Multiple emails?

There was any solution or plugin to allow multiple emails will be linked to user and used in social connections as well?
3 Replies
Blank
Blank4mo ago
account: {
accountLinking: {
enabled: true,
allowDifferentEmails: true,
},
},
account: {
accountLinking: {
enabled: true,
allowDifferentEmails: true,
},
},
try this
ww
wwOP4mo ago
This is not exactly what I want. I need something like clerk has. User can add one or more emails and they are used for check when trying to add new social connection.
Blank
Blank4mo ago
you can enable this config, then have the user store a list of emails he uses then use the linkSocial api along with hooks to verify your conditions there is nothing built in tho

Did you find this page helpful?