CuriousLearner / django-phone-verify

A Django app to support phone number verification using security code / One-Time-Password (OTP) sent via SMS.
https://www.sanyamkhurana.com/django-phone-verify/
GNU General Public License v3.0
258 stars 61 forks source link

Error in sending verification code to phone number #52

Closed Hophoet closed 3 years ago

Hophoet commented 3 years ago

Hello,

I get this twilio erorr during the /phone/register (with phone_number)

phone_auth_error

Testing on Python 3.9

Thank you for this lib, very great!!!

CuriousLearner commented 3 years ago

Hi @Hophoet !

It seems you haven't set the actual keys from your twilio account in the settings of your project. Please have a look here: https://github.com/CuriousLearner/django-phone-verify/blob/master/docs/usage.rst#configuration

Let me know if this issue persists.

Hophoet commented 3 years ago

Hi @Hophoet !

It seems you haven't set the actual keys from your twilio account in the settings of your project. Please have a look here: https://github.com/CuriousLearner/django-phone-verify/blob/master/docs/usage.rst#configuration

Let me know if this issue persists.

thank bro, it work