ovidije
arwenxs
robschilder
JuanJo
techuser9244
doron6387
Please refer the Serverless Deployment section (Towards the bottom of the navigation index)
hermit908
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))} })
/api/auth/callback/apple
/auth/callback/google
/api
TELYA
javascript EmailPassword.init({ emailVerificationFeature: { mode: "REQUIRED" } })
typescript EmailPasswordNode.init({ emailVerificationFeature: { createAndSendCustomEmail: async (user, emailVerificationURLWithToken) => { console.log(user, emailVerificationURLWithToken); } } })
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).