Page 1 of 1

Integration of OTP feature on registration

Posted: 30 Sep 2017, 10:38
by sumit kaushik
Hello,

I am using aimeos with Laravel 5.4. I want to integrate phone verification through OTP in registration process. Please suggest me about the process.

Re: Integration of OTP feature on registration

Posted: 30 Sep 2017, 12:29
by aimeos
What is OTP and how does is work?

Re: Integration of OTP feature on registration

Posted: 30 Sep 2017, 12:56
by sumit kaushik
When user register on website it will send One Time Password to user phone number for verification.

Re: Integration of OTP feature on registration

Posted: 30 Sep 2017, 13:03
by aimeos
Aimeos uses the Laravel infrastructure for user registration and login, so you have to check how to do this in Laravel.