https://supertokens.com/ logo
Title
r

rayctf

12/28/2022, 12:04 AM
Is multiple emails associated with one account supported?
r

rp

12/28/2022, 5:24 AM
hey @rayctf
can you elaborate on this a bit more? You could customise how things are done to add this kind of support.
r

rayctf

12/28/2022, 9:12 PM
I want to allow users to add a 2nd email to their account, but also ensuring that only one session can be established with the account (so they could use either email to login)
r

rp

12/29/2022, 5:38 AM
right. And should the user be able to add any second email or add the second email only if it's verified?
r

rayctf

12/29/2022, 6:58 PM
yup
r

rp

12/30/2022, 4:04 AM
Right. So the easiest way to implement this would be to use the account linking feature which is being worked on at the moment. Should be available in the next 1-2 months time
r

rayctf

12/30/2022, 5:48 AM
cool, can't wait!