Register users with phone number + verification ..

Hello,
Is it possible to register users with phone number using SC security module?
I have to use the security module in mobile phone to make registration for new users and it is better to register users with phone number, also i am wondering -if this possible- how to verify the phone number?

Thanks

Yes it is possible, but it requires that you tweak the application. If you are in the US than there are parties you can use to send sms text from an email to verify. Afaik that’s a free option. In EU you need to use providers that can send sms. You have to integrate the api in the register procedure. Generate a pincode, send it to the user and let them login with the code. That way you have verified the mobile number.

Thank you Albert