Diesel
11/08/2022, 7:58 AMnkshah2
11/08/2022, 8:00 AM/signinup
route you can send the iOS client id as part of the request and SuperTokens will use that one. You also need to pass the code from apple for thisDiesel
11/08/2022, 8:13 AMnkshah2
11/08/2022, 8:15 AMDiesel
11/08/2022, 8:19 AMnkshah2
11/08/2022, 8:23 AMDiesel
11/08/2022, 8:45 AMnkshah2
11/08/2022, 8:47 AMDiesel
11/08/2022, 9:21 AMnkshah2
11/08/2022, 9:22 AMcode
Diesel
11/08/2022, 9:28 AMnkshah2
11/08/2022, 9:29 AMDiesel
11/08/2022, 9:29 AMnkshah2
11/08/2022, 9:30 AMDiesel
11/08/2022, 9:30 AMif bodyParams.RedirectURI == "" {
return supertokens.BadInputError{Msg: "Please provide the redirectURI in request body"}
}
nkshah2
11/08/2022, 9:30 AMDiesel
11/08/2022, 9:35 AMnkshah2
11/08/2022, 9:36 AMDiesel
11/08/2022, 9:46 AMnkshah2
11/08/2022, 10:52 AM