techn0will
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 itrp_st
11/02/2022, 3:53 AMrp_st
11/02/2022, 3:53 AMrp_st
11/02/2022, 3:53 AMtechn0will
11/02/2022, 10:24 AM{
"preAuthSessionId": "",
"linkCode": ""
}
where it should have been
{
"preAuthSessionId": "",
"userInputCode": "123456",
"deviceId": ""
}
rp_st
11/02/2022, 10:24 AMtechn0will
11/02/2022, 10:25 AM