rp
08/10/2022, 3:20 AMyzs
08/10/2022, 9:46 AMITEnthusiasm
08/10/2022, 2:19 PMGabrielius
08/10/2022, 4:17 PMlet { user, emailVerifyLink } = input;
and let { id, email } = user;
, but how do I get the password reset link in the case when I'm sending a password reset email and input.type !== "EMAIL_VERIFICATION"
? I'm looking at the page https://supertokens.com/docs/emailpassword/email-delivery/custom-method for reference!fyne
08/10/2022, 6:09 PMLeander
08/10/2022, 8:08 PMEmailVerification.sendVerificationEmail()
.
Uncaught (in promise) SyntaxError: JSON.parse: unexpected end of data at line 1 column 1 of the JSON data
Anything I'm missing or is this a bug?
I'm using the web.js
sdk, and I'm initializing the recipe. Also tested with EmailPassword.sendVerificationEmail()
and that works fine.
> Note: I'm I correct in saying that you have to have a valid session before sending the email?yiannis.gkoufas
08/10/2022, 8:13 PMLeander
08/10/2022, 8:37 PMInfatuation
08/10/2022, 9:51 PMprofessor-tophat
08/10/2022, 11:42 PMAl V
08/10/2022, 11:42 PMTypeError: Cannot read properties of undefined (reading 'bind')
- anyone solve this problem?Al V
08/10/2022, 11:48 PMrp
08/11/2022, 3:26 AMrp
08/11/2022, 3:27 AMrp
08/11/2022, 3:29 AMutku
08/11/2022, 6:02 AMBinouse
08/11/2022, 9:47 AMThirdPartyPasswordless.createPasswordlessCode({ email })
I'm getting error: TypeError: Cannot read properties of undefined (reading 'createCode')
any ideas of what I am doing wrong ?hoffeman
08/11/2022, 10:56 AMdylanjones
08/11/2022, 3:32 PMIaS1506
08/15/2022, 7:40 AMflixoflax
08/15/2022, 8:54 AMdoesSessionExist
and getRedirectionPath
. It works like a charm with email and password, and also with the Facebook Provider. However, it doesn't seem to work with the Google Provider. Every time I try to sign in or up with the Google provider I get redirected to my dashboard not the set-username route. If I refresh the page supertokens instantly remembers that there shouldnt be a session and redirects me to the set-username route (The only difference I see is that you do not need to verify the Google email address, while you need to verify the Facebook email, which should be handled by a logic in the doesSessionExist where we first check the atp and then check the email). Seems like a strange thing to me...Pasindu
08/15/2022, 10:21 AMLuxaaa
08/15/2022, 1:05 PMJake
08/15/2022, 1:47 PMrp
08/15/2022, 2:05 PMLuxaaa
08/15/2022, 3:30 PMwebsite_domain
in supertokens.init
(on backend)? I have multiple frontends that use the same api. And what should i provide to website_domain if i am using a mobile App which has no domain?Diesel
08/15/2022, 4:03 PMAlankazam
08/15/2022, 7:03 PMti
08/15/2022, 8:11 PMrp
08/16/2022, 4:41 AM