Hi. What's the primary difference between ThirdPartyEmailPassword vs EmailPassword recipes?
r
rp
02/23/2023, 10:25 PM
hey! ThirdPartyEmailPassword is social login + email password login, whereas EmailPassword is just email password login.
The diff shows in the pre built UI + the APIs exposed on the backend via our middleware.
k
kwadwon
02/23/2023, 10:27 PM
Got it! Thank you! I noticed there is documentation for adding custom sign up fields for EmailPassword. Is it possible to add custom fields for PasswordLess signup?
r
rp
02/23/2023, 10:28 PM
Not for our pre built UI, cause in our pre built UI, we don't know if it's a sign in or a sign up until the user has entered their email.
But you can always build your own UI instead, or then use our pre built UI, but ask for the custom user info post sign up step.