utku
08/11/2022, 6:02 AMrp_st
08/11/2022, 6:02 AMutku
08/11/2022, 6:03 AMutku
08/11/2022, 6:03 AMrp_st
08/11/2022, 6:07 AM/signinup/code
API with the phone number of the user (https://app.swaggerhub.com/apis/supertokens/FDI/1.14.0#/Passwordless%20Recipe/passwordlessSignInUpStart). This will send them an SMS as well.
When they enter their OTP in the form on your app, you should call the /signinup/code/consume
API with the OTP they entered (https://app.swaggerhub.com/apis/supertokens/FDI/1.14.0#/Passwordless%20Recipe/passwordlessSignInUpConsume). This API will also return session tokens if successful. The tokens will be managed by our SDK automatically,.utku
08/11/2022, 6:09 AMutku
08/11/2022, 6:09 AM