RxThorn
Uncaught DOMException: Failed to execute 'atob' on 'Window': The string to be decoded is not correctly encoded.
The above error occurred in the <SessionAuth> component
npx create-supertokens-app@latest
saurabh_works
yzs
Failed to fetch
surajpalai
next-i18next
translationFunc
translateFunc
Jake
CaptainPhoton
consumeCode: async function (input) { let { deviceId, preAuthSessionId, userInputCode } = input; let user = getUserSomehow(deviceId, preAuthSessionId, or userInputCode); console.log(user); /*if (email) { await preventUserSignUpIfTheyAlreadyExist(email); }*/ return originalImplementation.consumeCode(input); }
EdwinN1337
js supertokens.init({ ...frontendConfig().appInfo, cookieHandler: capacitorCookieHandler, })
twistingtwists4637
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).