https://supertokens.com/ logo
Title
m

muhajirdev

01/05/2023, 4:12 AM
hello 👋 I am already using thirdpartypasswordless right now. And requirement changed, I need to add email password as well. is it possible?
r

rp

01/05/2023, 4:13 AM
Hey @muhajirdev it is possible. You just have to do a few small customisations on the frontend
m

muhajirdev

01/05/2023, 4:14 AM
ah, interesting. could you enlight me on this one?
I need to change recipe?
what about the backend?
r

rp

01/05/2023, 4:14 AM
See this example app
m

muhajirdev

01/05/2023, 4:14 AM
interesting
r

rp

01/05/2023, 4:14 AM
So you can switch to using thirdpartyemailpassword + passwordless recipe.
m

muhajirdev

01/05/2023, 4:15 AM
on both backend and frontend right
r

rp

01/05/2023, 4:15 AM
Yes.
As shown in the above example app
m

muhajirdev

01/05/2023, 4:16 AM
okay, thanks @rp and data wise, everything will works normally right?
session, database, etc. all good?
r

rp

01/05/2023, 4:17 AM
Correct.
m

muhajirdev

01/05/2023, 4:17 AM
awesome!
thank you
quick one @rp
Yes. They can. They will have different user pools
https://discord.com/channels/603466164219281420/984129524658749482/984504942205235251 do I need to worry about this
different user pools
?. I don't fully undesrtand it yet actually
r

rp

01/05/2023, 5:11 AM
Different user pools as in users with the same email across different login methods will be considered as different users.
But that’s already the case when using thirdpartypasswordless