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
Tushar
idanto
crimsidian
psyf
/auth
/docs
shahreaz0
aktopian
adriansteffan
snackdex
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).