idanh.
GqlExecutionContext.create(context)
export const User = createParamDecorator( (data: unknown, ctx: ExecutionContext) => { const x = GqlExecutionContext.create(ctx); const context = x.getContext(); return context.session; }, );
segidev
ITEnthusiasm
sharma8471
superTokensPasswordless.createCode({ email: "john@example.org" })
const userInputCode = superTokensPasswordless.getLinkCodeFromURL()
superTokensPasswordless.consumeCode({ userInputCode: "8465AWETA" }).then((res) => { if(res.createdUser){ console.log(JSON.stringify(res.user))} })
robschilder
/api/auth/callback/apple
/auth/callback/google
/api
magneze909
Jota
service: new STMPService({ ^ TypeError: STMPService is not a constructor `
derptacious
aV
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).