So first we need to disable the sign up APIs. We c...
# support-questions
r
So first we need to disable the sign up APIs. We can do this by setting
disableDefaultImplementation
to true in the
signUpFeature
object when calling the
init
function (see https://supertokens.io/docs/nodejs/thirdpartyemailpassword/init).