Hello #644849840475602944
I'd like to known if there is a way to mass-create users in order to initialize the supertokens database.
We have a lot of users to migrate and the request by request operations is taking ages (using the gloang SDK)
For testing, we have a first batch to create all users (~1 hour processing) and a second one that only updates them (which is really faster ~25 sec)
Is it the correct way to proceed and can the first step can be done using only one request ?
r
rp_st
03/01/2023, 4:16 PM
hey @samuelqosenergy there is no way to several bulk users with one API call. It is one API call per user at the moment.
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).