erichosick
const body = superTokensEvent.body = JSON.parse(superTokensEvent.body); result = await Passwordless.signInUp({ email: body.email });
const body = superTokensEvent.body = JSON.parse(superTokensEvent.body); result = await Passwordless.signInUp({ email: body.email, tenantId: body.tenant });
Tenant with the following connectionURIDomain, appId and tenantId combination not found: (dev-{our_id}-us-east-1.aws.supertokens.io, public, qloo)
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).