gopi_65986
rp_st
Passwordless.init({ contactMethod: "EMAIL_OR_PHONE", flowType: "USER_INPUT_CODE_AND_MAGIC_LINK", smsDelivery: { override: (oI) => { return { ...oI, sendSms: async (input) => { console.log(input) } } } } }),
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).