on ‎2018 Aug 10 11:08 AM
I need to validate mobile number via OTP. Could any one guide me here
Request clarification before answering.
Hi, You need to have an OTP provider, and create an integration to that. So you will need to implelement a controller, that gets user input, with phone number, then send, the number to OTP provider. Next step, the provider will send the sms with the code to the user, and you will have to call verify endpoint (of that provider) with the custommers code (typed in by the user), and phone number, if the verification is Ok, you know that you can log in the user.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.