is it possible to do a combination (passwordless, ...
# community
c
is it possible to do a combination (passwordless, email, social) that is not a current recipe?
r
Yes. It is possible. You need to initialise thirdpartyemailpassword recipe and passwordless recipe in the recipeList config
And then add a button in the thirdpartyemailpassword sign in / up form to login via passwordless which would take the user to the passwordless init
c
thank you 🙂
a
Hi @rp I am trying the above to have passwordless + emailpassword recipe, but looks like the recipe I initialize first only works, the 2nd one returns 404
r
Can you enable debug logs on the backend and then make the API query?
@alisha
a
I was passing the wrong rid. its working, thanks a lot 😄
4 Views