Hi @rp_st !
I am trying to import users from one supertokens db (postgres) to another db (also postgres). They are all social login users .
I found this request (POST 'http://localhost:3567/recipe/signinup') which would work great however I need to keep the existing userIds from the old db and the schema of the request does not include such a field. Is there a way to achieve this?
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).