https://supertokens.com/ logo
b

Bruno Diferente

05/31/2022, 10:32 AM
Hello there, Hope you doing fine, I've a question in mind which is: does supertoken consider connection via
thirdParty
gmail and
email and password
using the same email as different accounts and if there any solution to make them map to the same account so connection can be using any of methods Thank you in advance
n

nkshah2

05/31/2022, 10:34 AM
Hi @Bruno Diferente, At the moment using the same email with different login methods (emailpassword, thirdparty etc) would create two separate users
The feature of allowing multiple login methods for the same user is something that is already part of our active development cycle though
b

Bruno Diferente

05/31/2022, 10:35 AM
is there any available work around to make it work
like it is obliged to have this feature in my case
n

nkshah2

05/31/2022, 10:38 AM
One of our example apps has a possible implementation for how to accomplish account linking. You can refer to it here: https://github.com/supertokens/supertokens-auth-react/tree/master/examples/with-thirdpartyemailpassword-passwordless
It is complex at the moment but it will be much simpler once we finish work on the feature
b

Bruno Diferente

05/31/2022, 10:40 AM
Will this feature be available soon
n

nkshah2

05/31/2022, 10:40 AM
Unfortunately we do not have an ETA for when this feature will be released. How soon do you need it?
b

Bruno Diferente

05/31/2022, 10:40 AM
Because the suggested alternative was forking the whole project and work on it
Well the sooner the better 😄
n

nkshah2

05/31/2022, 10:42 AM
So I would recommend referring the example app to see if that solution works for you. In the meantime let me see if I can get you an estimate
b

Bruno Diferente

05/31/2022, 10:47 AM
Alrighty thanks a lot
r

rp

05/31/2022, 11:02 AM
Probably should be done in 1-2 months time
5 Views