Jonatan Vieira
12/16/2022, 11:35 AM/recipe/signinup/code
i'm not receiving the email nor phone with the code, any aditional endpoint or option to send the verification to inserted email or phone number? i've checked in your example with "npx create-supertokens-app@latest --recipe=passwordless" i receive the email using the same api URL...nkshah2
12/16/2022, 11:37 AMJonatan Vieira
12/16/2022, 11:41 AMnkshah2
12/16/2022, 11:41 AMJonatan Vieira
12/16/2022, 11:44 AMcurl --location --request POST 'https://dev-946fc9117a3611ed8d14aff7a53db0a4-eu-west-1.aws.supertokens.io:3573/recipe/signinup/code' \
--header 'api-key: XXXXXXXXXXXXX' \
--header 'cdi-version: 2.16' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "jonatan.vieira@email.dk",
}'
nkshah2
12/16/2022, 11:45 AMJonatan Vieira
12/16/2022, 11:46 AMnkshah2
12/16/2022, 11:46 AMJonatan Vieira
12/16/2022, 11:50 AMnkshah2
12/16/2022, 11:51 AMJonatan Vieira
12/16/2022, 11:52 AMnkshah2
12/16/2022, 11:54 AMJonatan Vieira
12/16/2022, 11:57 AMporcellus
12/16/2022, 11:58 AMJonatan Vieira
12/16/2022, 11:58 AMporcellus
12/16/2022, 11:59 AMJonatan Vieira
12/16/2022, 12:00 PMnkshah2
12/16/2022, 12:01 PMJonatan Vieira
12/16/2022, 12:02 PMnkshah2
12/16/2022, 12:04 PMporcellus
12/16/2022, 12:04 PMJonatan Vieira
12/16/2022, 12:06 PM