eliasbemlo
idanto
ovidije
chunkygoo.
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))} })
andrewlee1123
crimsidian
robschilder
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).