Hi, I am trying to implement a way to get all users for Supertoken since it doesn't have that feature yet. What is the best way to achieve this? I am thinking about creating my own DB and saving the user's data when they sign up. I have a concern about this is that the data won't really be synced. Because if somebody deletes the user in the Supertoken it won't be reflected in my DB right?
r
rp_st
04/28/2023, 5:18 AM
hey @Sekai we do have this feature. Checkout the user pagination function in our docs.
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).