shorthair_[]
10/29/2022, 5:31 PMrp
10/29/2022, 6:09 PMIruizmar
10/29/2022, 8:25 PMaaronkopplin
10/30/2022, 1:41 AMrp
10/30/2022, 4:48 AMrp
10/30/2022, 4:50 AMLucky (Jonathan)
10/30/2022, 3:27 PMif (email === undefined || email === null) {
return {
id: id
};
} else {
return {
id: id,
email: {
id: email,
isVerified: isVerified
}
};
}
with Discord OAuth and I've the right id and emailveritas
10/30/2022, 11:49 PMJest has detected the following 1 open handle potentially keeping Jest from exiting:
â—Ź TLSWRAP
488 | return;
489 | }
> 490 | SuperTokens.init({
| ^
491 | framework: 'fastify',
492 | supertokens: {
Aithusa
10/31/2022, 2:16 AMrp
10/31/2022, 2:31 AMrp
10/31/2022, 2:31 AMraoul97
10/31/2022, 6:08 AMvvAf
10/31/2022, 6:08 AMArne
10/31/2022, 6:48 AMBabs
10/31/2022, 2:09 PMMalik Dixon
10/31/2022, 5:58 PMMalik Dixon
10/31/2022, 6:37 PMChunkygoo
10/31/2022, 10:50 PMmuhajirdev
11/01/2022, 2:25 AMGoogle({
clientId: "1060725074195-kmeum4crr01uirfl2op9kd5acmi9jutn.apps.googleusercontent.com",
clientSecret: "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"
}),
It seems that we dont actually have the access to account. But for some reason, the redirect_uris works on all domains. how is that possible?
but, when I created my own google clientId and clientSecret. I need to explicitly put my registered domain thereAithusa
11/01/2022, 3:27 AMAngelicDevil
11/01/2022, 5:19 AMrp
11/01/2022, 5:21 AMrp
11/01/2022, 5:22 AMrp
11/01/2022, 5:27 AMbatmansmk
11/01/2022, 10:37 AMbatmansmk
11/01/2022, 10:37 AMNoodles
11/01/2022, 10:37 AMEl Huzain
11/01/2022, 1:02 PMTechnoWill
11/01/2022, 8:25 PMThirdPartyPasswordless
recipe. I've setup everything on both FE (React Native) and BE (Golang) and my consume request works, I am receiving a code, but when I input it I get a RESTART_FLOW_ERROR
every single time - tried using the debug log on my backend and no information being provided from there. Any ideas?
I am adding a custom hook on sign up to add this user to my database. Don't know if that's affecting itvishjain
11/01/2022, 9:40 PM