hi guys, quick question.
Using listUsersByAccountInfo method to get user(filtering by tenantId and email). Our set up means that 2 users(EmailPassword and Passwordless) are returned. is there an easy way to retrieve just the EmailPassword user?
Worth adding that we dont use account linking
r
rp_st
02/08/2024, 1:04 PM
hey @Nik there is no API for that. You will have to fetch users and then filter them based on the recipeId in the login methods of the users array to only get email password ones.
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).