Send One Time Password to Mobile Number #mobile number otp
Edit
by pooja patil - 9 years ago (2016-01-21)
Generate OTP for user login
| I want code to generate mobile number otp for login.
The user receive the msg of otp and enter otp for login. |
- 3 Clarification requests
3.
by Dionizi France - 8 years ago (2017-02-20) Reply
2.
by nagarjuna - 8 years ago (2017-02-20) Reply
please to class on how to one time password create?
1.
by meeeram - 8 years ago (2017-01-28) Reply
i want this type of codfe
Ask clarification
1 Recommendation
PHP SMS Authentication: Authenticate users once using codes sent via SMS
This class can authenticate users once using codes sent via SMS.
It can take a phone number of a user to authenticate and sends a HTTP request to a local server script that will send a SMS message to that number with a generated password using the TxtLocal API.
The generated password is stored in a MySQL database for subsequent verification.
The class can also verify the password entered by the user to authenticate him as owner of the given phone number by sending another HTTP request to the local server script to check the database to verify if the password is correct.
| by Manuel Lemos 26695 - 9 years ago (2016-01-22) Comment
This class send user authentication messages via SMS with the validation codes. |