SuperEric
result = await sign_up(sign_up_input.email, sign_up_input.password)
TypeError: sign_up() missing 1 required positional argument: 'tenant_id'
result = await sign_up(tenant_id="", email=sign_up_input.email, password=sign_up_input.password)
TypeError: sign_up() takes 3 positional arguments but 4 were given
idanto
getThirdPartyAuthorisationURLWithQueryParamsAndSetState
'supertokens-auth-react/recipe/thirdpartypasswordless'
TypeError: Cannot read properties of undefined (reading 'startsWith') at appendQueryParamsToUR
import { getThirdPartyAuthorisationURLWithQueryParamsAndSetState } from "supertokens-web-js/recipe/thirdpartypasswordless";
meseret_14335
Erick
ggi_d
teebot
sr.amorzinho
dekode
dominik_21160
goodgravy
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).