Hey @rp_st , we want to combine two recipe: Email-password and passwordless. Pre-built UI is not available. How can we do this?
roushan_46400
11/10/2023, 11:51 AM
We tried to achieve the same by adding both the recipes in backend and frontend.
For frontend we use this:
export const PreBuiltUIList = [ EmailPasswordPreBuiltUI , PasswordlessPreBuiltUI];
Still it is picking EmailPasswordPreBuiltUI. How can we configure the logic to pick the UI out of this?
r
rp_st
11/10/2023, 2:09 PM
Yea, our pre built ui doesn’t support this. You will have to make your own ui for the sign in and sign up feature.
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).