ITEnthusiasm
joesim_
drifter2412
supertokens-auth-react
react-router-dom
Uncaught Error: No instance of Passwordless found. Make sure to call the Passwordless.init method
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
Krishnamurthy
Marques
jam_nside
ray.npc
mathewpregasen9889
crro
Error: no host specified in headers or uri
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).